Touching logfile is not necessary
authorZdeněk Šustr <sustr4@cesnet.cz>
Thu, 14 Jun 2012 12:24:17 +0000 (12:24 +0000)
committerZdeněk Šustr <sustr4@cesnet.cz>
Thu, 14 Jun 2012 12:24:17 +0000 (12:24 +0000)
org.glite.testsuites.ctb/LB/tests/lb-test-notif-switch.sh

index f02860e..4677384 100755 (executable)
@@ -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