Skip to content

Commit

Permalink
workflow: Don't fail if tcpdump returns fail
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasHabets committed Jun 13, 2024
1 parent d76a5ff commit e03df2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/run
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ run_test() {
kill -INT "${PID?}"
sleep 0.1
kill -9 "${PID?}" || true
wait "${PID?}"
wait "${PID?}" || true

TXT="$(mktemp)"
chown root:root "${CAP?}"
Expand Down

0 comments on commit e03df2a

Please sign in to comment.