Skip to content

Commit

Permalink
workflow: kill tcpdump harder
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasHabets committed Jun 13, 2024
1 parent 9625168 commit d76a5ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/run
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ run_test() {

sleep 0.05
kill -INT "${PID?}"
sleep 0.1
kill -9 "${PID?}" || true
wait "${PID?}"

TXT="$(mktemp)"
Expand Down

0 comments on commit d76a5ff

Please sign in to comment.