From: Fabian Keil Date: Wed, 23 Jul 2008 18:49:18 +0000 (+0000) Subject: Mention the number of action files that are going to be loaded. X-Git-Tag: v_3_0_10~48 X-Git-Url: http://www.privoxy.org/gitweb/?a=commitdiff_plain;h=93100605c7ba8a27206377e1f9c36564428bcb5a;p=privoxy.git Mention the number of action files that are going to be loaded. --- diff --git a/tools/privoxy-regression-test.pl b/tools/privoxy-regression-test.pl index e2e95747..e83ce0ee 100755 --- a/tools/privoxy-regression-test.pl +++ b/tools/privoxy-regression-test.pl @@ -7,7 +7,7 @@ # A regression test "framework" for Privoxy. For documentation see: # perldoc privoxy-regression-test.pl # -# $Id: privoxy-regression-test.pl,v 1.157 2008/07/03 11:32:14 fk Exp $ +# $Id: privoxy-regression-test.pl,v 1.158 2008/07/23 18:47:11 fk Exp $ # # Wish list: # @@ -310,7 +310,8 @@ sub load_action_files ($) { my $ignored = 0; - l(LL_STATUS, "Loading regression tests from action file(s) delivered by Privoxy."); + l(LL_STATUS, "Gathering regression tests from " . + @actionfiles . " action file(s) delivered by Privoxy."); for my $file_number (0 .. @actionfiles - 1) {