Do not try to delete a non-existent file.
authorZdeněk Šustr <sustr4@cesnet.cz>
Mon, 11 Oct 2010 13:38:17 +0000 (13:38 +0000)
committerZdeněk Šustr <sustr4@cesnet.cz>
Mon, 11 Oct 2010 13:38:17 +0000 (13:38 +0000)
org.glite.testsuites.ctb/LB/tests/lb-test-proxy-delivery.sh

index bfd14e6..79594af 100755 (executable)
@@ -266,9 +266,9 @@ test_end
 }
 #} &> $logfile
 
-if [ $flag -ne 1 ]; then
-       cat $logfile
-       $SYS_RM $logfile
-fi
+#if [ $flag -ne 1 ]; then
+#      cat $logfile
+#      $SYS_RM $logfile
+#fi
 exit $TEST_OK