Skip to content

Commit 6d1136a

Browse files
committed
TESTrun: Print HAVE_FPTYPE1/HAVE_FPTYPE2 based on the --fp-type option
1 parent 37745f6 commit 6d1136a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/TESTrun

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,7 @@ sub loadconfighash {
382382
} else {
383383
$have_fptype = "HAVE_FPTYPE2";
384384
}
385+
printf "$TCPDUMP --fp-type => %s\n", $have_fptype;
385386
$main::confighhash->{$have_fptype} = 1;
386387

387388
# and check whether this is OpenBSD, as one test fails in OpenBSD

0 commit comments

Comments
 (0)