geoff 2003/11/07 07:52:53
Modified: perl-framework/Apache-Test Changes
Log:
added -timeout and $ENV{APACHE_TEST_START_TIMEOUT} as places
to specify the maximum number of seconds to wait for the test
server to start. the default is still 60 seconds.
Revision Changes Path
1.61 +4 -0 httpd-test/perl-framework/Apache-Test/Changes
Index: Changes
===================================================================
RCS file: /home/cvs/httpd-test/perl-framework/Apache-Test/Changes,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- Changes 7 Nov 2003 15:04:33 -0000 1.60
+++ Changes 7 Nov 2003 15:52:53 -0000 1.61
@@ -8,6 +8,10 @@
=item 1.06-dev
+added -timeout and $ENV{APACHE_TEST_START_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]
+
use apxs PREFIX to resolve relative httpd.conf directives
ServerRoot is not present [Mike Cramer]