geoff 2003/11/07 11:39:58
Modified: perl-framework/Apache-Test Changes
Log:
change -timeout to -startup_timeout and match %ENV entry
Revision Changes Path
1.62 +1 -1 httpd-test/perl-framework/Apache-Test/Changes
Index: Changes
===================================================================
RCS file: /home/cvs/httpd-test/perl-framework/Apache-Test/Changes,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- Changes 7 Nov 2003 15:52:53 -0000 1.61
+++ Changes 7 Nov 2003 19:39:58 -0000 1.62
@@ -8,7 +8,7 @@
=item 1.06-dev
-added -timeout and $ENV{APACHE_TEST_START_TIMEOUT} as places
+added -startup_timeout and $ENV{APACHE_TEST_STARTUP_TIMEOUT} as places
to specify the maximum number of seconds to wait for the test
server to start. the default is still 60 seconds. [Geoffrey Young]