Github user xunzhang commented on a diff in the pull request:

    https://github.com/apache/incubator-hawq/pull/818#discussion_r72557899
  
    --- Diff: src/test/feature/run-feature-test.sh ---
    @@ -0,0 +1,47 @@
    +#! /bin/bash
    +
    +if [ x$GPHOME == 'x' ]; then
    +  echo "Please export GPHOME variable."
    +  exit 0
    +fi
    --- End diff --
    
    In the logic, user do not need to know anything about source in running 
feature tests. In running this script, the only thing users need to do is set 
GPHOME. So I think the info is enough. Thoughts?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to