You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2017/03/05 00:22:57 UTC

[trafficserver] 07/14: change -x to -r as 'enable' is not executable

This is an automated email from the ASF dual-hosted git repository.

zwoop pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git

commit f6b284c837cfe9b264bbd0c343092e19ea02300c
Author: Jason Kenny <dr...@live.com>
AuthorDate: Fri Feb 24 15:29:19 2017 -0600

    change -x to -r as 'enable' is not executable
---
 tests/autest.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/autest.sh b/tests/autest.sh
index 087ea00..45f4d51 100755
--- a/tests/autest.sh
+++ b/tests/autest.sh
@@ -27,7 +27,7 @@ if [ ! -f ./env-test/bin/autest ]; then\
         echo -e "${GREEN}Done!${NC}";\
 	fi
 # this is for rhel or centos systems
-test -x /opt/rh/rh-python35/enable && . /opt/rh/rh-python35/enable
+test -r /opt/rh/rh-python35/enable && . /opt/rh/rh-python35/enable
 . env-test/bin/activate
 ./env-test/bin/autest -D gold_tests $*
 ret=$?

-- 
To stop receiving notification emails like this one, please contact
"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>.