2 # SPDX-License-Identifier: GPL-2.0
7 $quiet = 0 if (defined $ENV{TESTLOG_VERBOSITY
} && $ENV{TESTLOG_VERBOSITY
} ge 2);
20 $found{$r} = 1; # FIXME: maybe add counters -- how many times was the regexp matched
27 unless (exists $found{$r})
29 print "Regexp not found: \"$r\"\n" unless $quiet;