Return-Path: Delivered-To: apmail-httpd-test-cvs-archive@httpd.apache.org Received: (qmail 40828 invoked by uid 500); 30 Apr 2003 03:29:03 -0000 Mailing-List: contact test-cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: test-dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list test-cvs@httpd.apache.org Received: (qmail 40808 invoked from network); 30 Apr 2003 03:29:02 -0000 Date: 30 Apr 2003 03:29:01 -0000 Message-ID: <20030430032901.37084.qmail@icarus.apache.org> From: stas@apache.org To: httpd-test-cvs@apache.org Subject: cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestConfig.pm TestRun.pm X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N stas 2003/04/29 20:29:00 Modified: perl-framework/Apache-Test/lib/Apache TestConfig.pm TestRun.pm Log: narrow a bit the usage output, so it won't wrap Revision Changes Path 1.159 +1 -1 httpd-test/perl-framework/Apache-Test/lib/Apache/TestConfig.pm Index: TestConfig.pm =================================================================== RCS file: /home/cvs/httpd-test/perl-framework/Apache-Test/lib/Apache/TestConfig.pm,v retrieving revision 1.158 retrieving revision 1.159 diff -u -r1.158 -r1.159 --- TestConfig.pm 30 Apr 2003 03:25:12 -0000 1.158 +++ TestConfig.pm 30 Apr 2003 03:29:00 -0000 1.159 @@ -64,7 +64,7 @@ sub usage { for my $hash (\%Usage) { for (sort keys %$hash){ - printf " -%-18s %s\n", $_, $hash->{$_}; + printf " -%-18s %s\n", $_, $hash->{$_}; } } } 1.107 +1 -1 httpd-test/perl-framework/Apache-Test/lib/Apache/TestRun.pm Index: TestRun.pm =================================================================== RCS file: /home/cvs/httpd-test/perl-framework/Apache-Test/lib/Apache/TestRun.pm,v retrieving revision 1.106 retrieving revision 1.107 diff -u -r1.106 -r1.107 --- TestRun.pm 23 Apr 2003 02:24:16 -0000 1.106 +++ TestRun.pm 30 Apr 2003 03:29:00 -0000 1.107 @@ -822,7 +822,7 @@ EOM for (sort keys %usage){ - printf " -%-16s %s\n", $_, $usage{$_}; + printf " -%-13s %s\n", $_, $usage{$_}; } print "\n configuration options:\n";