stas 01/12/21 01:55:35
Modified: perl-framework/Apache-Test README Log: - document the servername option - document the batch mode autodetection. Revision Changes Path 1.19 +9 -4 httpd-test/perl-framework/Apache-Test/README Index: README =================================================================== RCS file: /home/cvs/httpd-test/perl-framework/Apache-Test/README,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- README 2001/12/05 09:20:02 1.18 +++ README 2001/12/21 09:55:35 1.19 @@ -61,6 +61,9 @@ run on a different port: % t/TEST -Port 8799 +run on a different server: +% t/TEST -servername example.com + configure an httpd other than the default (that apxs figures out) % t/TEST -httpd ~/ap/httpd-2.0/httpd @@ -129,11 +132,13 @@ ---------------------------------------------------------------------- Batch mode: - -When running in the batch mode and logging to a file set the -APACHE_TEST_NO_COLOR=1 env var, to avoid spurious prints, used during -interactive run. +When running in the batch mode and redirecting STDOUT to a file, this +state is automagically detected and the no color mode is turned on, +under which the program generates a minimal output to make the log +files useful. If this doesn't work and you still get all the mess +printed during the interactive run, set the APACHE_TEST_NO_COLOR=1 env +var. ---------------------------------------------------------------------- Stress testing:
