X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/779ff621bccf205a00f9afa3c37865845871566a..refs/heads/master:/update-test.sh diff --git a/update-test.sh b/update-test.sh index ad2c7eca..be93e1d3 100755 --- a/update-test.sh +++ b/update-test.sh @@ -16,7 +16,7 @@ for TEST in "$@"; do MATCH=1 # Word splitting is intentional for $options. # shellcheck disable=SC2086 - ./tcpdump -# -n -r "$PREFIX/$input" $options >"$PREFIX/$output" + ./tcpdump -# -n -tttt -r "$PREFIX/$input" $options >"$PREFIX/$output" done < $PREFIX/TESTLIST [ $MATCH = 0 ] && echo "test $TEST not found" >&2 done