Skip to content

Commit

Permalink
workflow: let tcpdump log more to stderr
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasHabets committed Jun 13, 2024
1 parent ba6dea8 commit 3a868f3
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 @@ -88,7 +88,7 @@ run_test() {

TXT="$(mktemp)"
chown root:root "${CAP?}"
tcpdump -txnlpr "${CAP?}" 2>/dev/null > "${TXT?}"
tcpdump -txnlpr "${CAP?}" > "${TXT?}"
diff -Nu "tests/${NAME?}.cap" "${TXT?}" || (echo "FAIL ${TXT?}"; exit 1)
rm "${CAP?}"
}
Expand Down

0 comments on commit 3a868f3

Please sign in to comment.