send more information with test-takes-too-long message
(which tests are still running)
--- a/Admin/isatest-check Thu Nov 24 12:14:56 2005 +0100
+++ b/Admin/isatest-check Fri Nov 25 11:34:37 2005 +0100
@@ -56,6 +56,10 @@
# still running -> give up
if [ -n "$(ls $RUNNING)" ]; then
echo "Giving up waiting for test to finish at $(date)." > $TMP
+ echo >> $TMP
+ echo "Sessions still running:" >> $TMP
+ echo "$(ls $RUNNING)" >> TMP
+ echo >> $TMP
echo "Attaching all error logs collected so far." >> $TMP
echo >> $TMP