From: Zdeněk Šustr Date: Thu, 14 Jun 2012 12:24:17 +0000 (+0000) Subject: Touching logfile is not necessary X-Git-Tag: merge_32_head_take_2_dst~2 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=cbd36b5de1ab2629a49b7fd68841a8cc2609a503;p=jra1mw.git Touching logfile is not necessary --- diff --git a/org.glite.testsuites.ctb/LB/tests/lb-test-notif-switch.sh b/org.glite.testsuites.ctb/LB/tests/lb-test-notif-switch.sh index f02860e..4677384 100755 --- a/org.glite.testsuites.ctb/LB/tests/lb-test-notif-switch.sh +++ b/org.glite.testsuites.ctb/LB/tests/lb-test-notif-switch.sh @@ -80,11 +80,11 @@ do done # redirecting all output to $logfile -touch $logfile -if [ ! -w $logfile ]; then - echo "Cannot write to output file $logfile" - exit $TEST_ERROR -fi +#touch $logfile +#if [ ! -w $logfile ]; then +# echo "Cannot write to output file $logfile" +# exit $TEST_ERROR +#fi DEBUG=2