stas 01/12/10 21:26:36
Modified: perl-framework README Log: - t/SMOKE now can be used for smoke testing Revision Changes Path 1.7 +10 -0 httpd-test/perl-framework/README Index: README =================================================================== RCS file: /home/cvs/httpd-test/perl-framework/README,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- README 2001/10/06 05:04:06 1.6 +++ README 2001/12/11 05:26:36 1.7 @@ -90,6 +90,16 @@ - repeat the same test N times in sequence - rotate the whole tests suite N times +If you want this process to be automated, run: + + t/SMOKE + +for configuration options and default settings run: + + t/SMOKE -help + +For more information refer to the Apache::TestSmoke manpage. + Test Environment Configuration ------------------------------
