fix 'give up waiting message' (logs of running processes are not attached)
authorkleing
Tue, 21 Jun 2005 00:45:56 +0200
changeset 16507 ee552def8721
parent 16506 b2687ce38433
child 16508 5e5945ae284c
fix 'give up waiting message' (logs of running processes are not attached)
Admin/isatest-check
--- a/Admin/isatest-check	Mon Jun 20 22:14:21 2005 +0200
+++ b/Admin/isatest-check	Tue Jun 21 00:45:56 2005 +0200
@@ -56,7 +56,7 @@
 # still running -> give up
 if [ -n "$(ls $RUNNING)" ]; then
     echo "Giving up waiting for test to finish at $(date)." > $TMP
-    echo "Attaching all running and error logs." >> $TMP
+    echo "Attaching all error logs collected so far." >> $TMP
     echo >> $TMP
 
     if [ -e $ERRORLOG ]; then