Skip to content

Commit

Permalink
Avoid error if job already completed
Browse files Browse the repository at this point in the history
  • Loading branch information
jansorg committed Dec 27, 2024
1 parent bcd0db1 commit 6ba489b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/interrupt.tests
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ while [[ ! -f $started_markerfile ]] ; do
sleep 1
done

kill -TERM %1
true kill -TERM %1
while [[ ! -s $CHECK_FILE ]] ; do
sleep 1
done
Expand Down

0 comments on commit 6ba489b

Please sign in to comment.