Skip to content

Commit b7507cd

Browse files
committed
Be more strict when cleaning things up between tests
1 parent 00d801b commit b7507cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/bats/sidekiq-orchestrator.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ teardown() {
2323
cd "$TEST_PIDDIR" || return 1
2424
shopt -s nullglob
2525
for pidfile in * ; do
26-
kill -15 "$(cat "$pidfile")"
26+
kill -9 "$(cat "$pidfile")"
2727
done
2828
)
2929
cleanup_containers 1

0 commit comments

Comments
 (0)