Skip to content

Commit

Permalink
fixup! fixup! Terminate background smoke tests on exit
Browse files Browse the repository at this point in the history
  • Loading branch information
kim committed Aug 9, 2023
1 parent d8c3e04 commit c296056
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/run-smoke-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,6 @@ terminate_jobs() {
running="$(jobs -pr)"
if [ -n "$running" ]; then
kill "$running"
else
echo "no running jobs"
fi
}
trap 'terminate_jobs' SIGINT SIGTERM EXIT
Expand Down

0 comments on commit c296056

Please sign in to comment.