diff --git a/check b/check index 5a93c94e..5d7f75c4 100755 --- a/check +++ b/check @@ -405,7 +405,7 @@ _wrapup() echo "Ran:$try" >>$check.log fi - $interrupt && echo "Interrupted!" >>$check.log + $interrupt && echo "Interrupted!" | tee -a $check.log if [ ! -z "$notrun" ]; then if [ $brief_test_summary == "false" ]; then @@ -755,7 +755,9 @@ for section in $HOST_OPTIONS_SECTIONS; do seq="after_$seqnum" done + interrupt=false _wrapup + interrupt=true echo _test_unmount 2> /dev/null