dougm 01/04/03 10:24:49
Modified: Apache-Test/lib/Apache TestRun.pm
Log:
make "t/TEST -start t/apache/conftree.t" do the right thing
Revision Changes Path
1.3 +2 -0 modperl-2.0/Apache-Test/lib/Apache/TestRun.pm
Index: TestRun.pm
===================================================================
RCS file: /home/cvs/modperl-2.0/Apache-Test/lib/Apache/TestRun.pm,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- TestRun.pm 2001/04/03 04:23:44 1.2
+++ TestRun.pm 2001/04/03 17:24:46 1.3
@@ -159,6 +159,8 @@
$opts->{$_} = 1 for @std_run;
}
}
+
+ $opts->{'run-tests'} ||= @$tests;
}
my $caught_sig_int = 0;