Admin/isatest-check
changeset 18244 694648741d5a
parent 17847 5d5cada76409
child 18329 221d47d17a81
equal deleted inserted replaced
18243:1287b15f27ef 18244:694648741d5a
    54 done
    54 done
    55 
    55 
    56 # still running -> give up
    56 # still running -> give up
    57 if [ -n "$(ls $RUNNING)" ]; then
    57 if [ -n "$(ls $RUNNING)" ]; then
    58     echo "Giving up waiting for test to finish at $(date)." > $TMP
    58     echo "Giving up waiting for test to finish at $(date)." > $TMP
       
    59     echo >> $TMP
       
    60     echo "Sessions still running:" >> $TMP
       
    61     echo "$(ls $RUNNING)" >> TMP
       
    62     echo >> $TMP
    59     echo "Attaching all error logs collected so far." >> $TMP
    63     echo "Attaching all error logs collected so far." >> $TMP
    60     echo >> $TMP
    64     echo >> $TMP
    61 
    65 
    62     if [ -e $ERRORLOG ]; then
    66     if [ -e $ERRORLOG ]; then
    63         cat $ERRORLOG >> $TMP
    67         cat $ERRORLOG >> $TMP