stas 01/12/05 00:17:24
Modified: perl-framework/Apache-Test/lib/Apache TestRun.pm
Log:
- advertise the -order=SEED option
Revision Changes Path
1.71 +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.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- TestRun.pm 2001/12/04 22:11:42 1.70
+++ TestRun.pm 2001/12/05 08:17:23 1.71
@@ -31,7 +31,7 @@
'start-httpd' => 'start the test server',
'run-tests' => 'run the tests',
'times=N' => 'repeat the tests N times',
- 'order=mode' => 'run the tests in one of the modes:
(repeat|rotate|random)',
+ 'order=mode' => 'run the tests in one of the modes:
(repeat|rotate|random|SEED)',
'stop-httpd' => 'stop the test server',
'verbose' => 'verbose output',
'configure' => 'force regeneration of httpd.conf (tests will not be
run)',