]> The Tcpdump Group git mirrors - tcpdump/blobdiff - tests/TESTrun.sh
if SKIPPASSED is set, then only show failures, and change some symbols for replacements
[tcpdump] / tests / TESTrun.sh
index 1cd6a77d5c972e03a7fb21bf494e4f7bff5e14b3..234716091852d8791f30d631ad7ad77b8f6efc75 100755 (executable)
@@ -89,7 +89,9 @@ echo '------------------------------------------------'
 printf "%4u tests failed\n" $failed
 printf "%4u tests passed\n" $passed
 echo
-cat ${failureoutput}
+if [ -z "$SKIPPASSED" ]; then
+    cat ${failureoutput}
+fi
 echo
 echo
 exit $failed