From b4edb251c265d956b226cfdeccf68ba09c043924 Mon Sep 17 00:00:00 2001 From: JT Smith Date: Sat, 24 Feb 2007 17:44:14 +0000 Subject: [PATCH] added an option for coverage tests --- sbin/testCodebase.pl | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/sbin/testCodebase.pl b/sbin/testCodebase.pl index ce2d89e80..926d2b609 100644 --- a/sbin/testCodebase.pl +++ b/sbin/testCodebase.pl @@ -25,9 +25,10 @@ my $noLongTests; GetOptions( 'verbose'=>\$verbose, 'configFile=s'=>\$configFile, - 'perl-base=s'=>\$perlBase, + 'perlBase=s'=>\$perlBase, 'noLongTests'=>\$noLongTests, 'help'=>\$help, + 'coverage'=>\$coverage, ); my $helpmsg=<