Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Commit

Permalink
TESTrun: Print HAVE_FPTYPE1/HAVE_FPTYPE2 based on the --fp-type option
Browse files Browse the repository at this point in the history
(cherry picked from commit 6d1136a)
  • Loading branch information
fxlb committed Aug 3, 2024
1 parent 87b0509 commit 37b7513
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/TESTrun
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,7 @@ sub loadconfighash {
} else {
$have_fptype = "HAVE_FPTYPE2";
}
printf "$TCPDUMP --fp-type => %s\n", $have_fptype;
$main::confighhash->{$have_fptype} = 1;

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

0 comments on commit 37b7513

Please sign in to comment.