]> The Tcpdump Group git mirrors - tcpdump/commitdiff
TESTrun: Show tcpdump version used for tests
authorFrancois-Xavier Le Bail <[email protected]>
Wed, 6 Jan 2021 13:23:08 +0000 (14:23 +0100)
committerFrancois-Xavier Le Bail <[email protected]>
Wed, 6 Jan 2021 13:25:37 +0000 (14:25 +0100)
tests/TESTrun

index b423627d70fd866a027a3792c6893f594931d225..a1319484c3efcd8453e7841f1158de4bdadfd8e7 100755 (executable)
@@ -56,6 +56,8 @@ my $testsdir = dirname($0);
 #
 $testsdir = abs_path($testsdir);
 print "Running tests from ${testsdir}\n";
+print "with ${TCPDUMP}, version:\n";
+system "${TCPDUMP} --version";
 
 unshift(@INC, $testsdir);