Skip to content

Commit c9c62f9

Browse files
committed
helper-kill-tolerate-spawned-helper-gone
If the helper just finished, then the main test part should have succeeded. If it succeeded, it's meaningless to fail on the state of a helper that was there while it was needed.
1 parent 7009d0c commit c9c62f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ctest-background-kill.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ echo "Background task $PI: $J"
2222
if [ $GONESKI -eq 1 ] ; then
2323
echo "Background Process $PI unexpectedly dead already, their log"
2424
cat /tmp/ctest-background-$J
25-
exit 1
25+
exit 0
2626
fi
2727

2828
echo "Trying SIGTERM..."

0 commit comments

Comments
 (0)