From: Zdeněk Šustr Date: Mon, 14 Nov 2011 11:52:28 +0000 (+0000) Subject: Download it but do not source it X-Git-Tag: merge_30_head_take2_dst~40 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=1b5a5632e2995185e88d9d12078d8c54e3266360;p=jra1mw.git Download it but do not source it --- diff --git a/org.glite.testsuites.ctb/PX/tests/px-test-all.sh b/org.glite.testsuites.ctb/PX/tests/px-test-all.sh index 173bcba..cb486ad 100755 --- a/org.glite.testsuites.ctb/PX/tests/px-test-all.sh +++ b/org.glite.testsuites.ctb/PX/tests/px-test-all.sh @@ -60,8 +60,8 @@ do test_done fi fi - source $COMMON done +source lb-common.sh logfile=$$.tmp @@ -78,13 +78,6 @@ do shift done -# redirecting all output to $logfile -#touch $logfile -#if [ ! -w $logfile ]; then -# echo "Cannot write to output file $logfile" -# exit $TEST_ERROR -#fi - DEBUG=2 ## @@ -139,11 +132,6 @@ ls $REGISTERED_PROXY 2>&1 | grep 'No such file or directory' > /dev/null && echo test_end } -#} &> $logfile -#if [ $flag -ne 1 ]; then -# cat $logfile -# $SYS_RM $logfile -#fi exit $TEST_OK