Skip to content

Commit

Permalink
Handle qemu output on signal reception
Browse files Browse the repository at this point in the history
Closes issue #95.
  • Loading branch information
suominen committed Mar 11, 2024
1 parent e000761 commit 2f19b2d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/variables.at
Original file line number Diff line number Diff line change
Expand Up @@ -1442,7 +1442,10 @@ if ( $status > 128 ) echo OK
true
echo $status
]])
AT_CHECK([tcsh -f status.csh 2>&1 | sed 's/Abort *(core dumped)/Abort/'], ,
AT_CHECK([tcsh -f status.csh 2>&1 | sed '
/^qemu: uncaught target signal 6 / d
s/Abort *(core dumped)/Abort/
'], ,
[0
Abort
OK
Expand Down

0 comments on commit 2f19b2d

Please sign in to comment.