]> The Tcpdump Group git mirrors - tcpdump/commitdiff
TESTrun: I missed one use of $printcmd; use showfile() for it.
authorGuy Harris <[email protected]>
Sat, 13 Jun 2020 21:07:40 +0000 (14:07 -0700)
committerGuy Harris <[email protected]>
Sat, 13 Jun 2020 21:07:53 +0000 (14:07 -0700)
tests/TESTrun

index bd4c21bb796fec136dd2f663fd3440089acfda18..57d709fd8d5db250d142f8dba133d284bbc95bae 100755 (executable)
@@ -394,5 +394,5 @@ print "------------------------------------------------\n";
 printf("%4u tests failed\n",$failedcount);
 printf("%4u tests passed\n",$passedcount);
 
-system("${printcmd} ${failureoutput}");
+showfile(${failureoutput});
 exit $failedcount;