]> The Tcpdump Group git mirrors - tcpdump/blobdiff - update-test.sh
tests: Use -tttt option for most tests
[tcpdump] / update-test.sh
index ad2c7ecadfd2386cf556331eac15b04ca2eec8d3..be93e1d3bee0e488ea638c30f34c664b696caee9 100755 (executable)
@@ -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