stas 01/12/21 03:27:22
Modified: perl-framework/Apache-Test README Log: - hints on using Apache::TestSmoke Revision Changes Path 1.20 +12 -0 httpd-test/perl-framework/Apache-Test/README Index: README =================================================================== RCS file: /home/cvs/httpd-test/perl-framework/Apache-Test/README,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- README 2001/12/21 09:55:35 1.19 +++ README 2001/12/21 11:27:22 1.20 @@ -156,3 +156,15 @@ repeat all tests 10 times (a, a, b, b, c, c) % t/TEST -times=10 -order=repeat + +When certain tests fail when running with -times option, you want to +find out the minimal sequence of tests that lead to the +failure. Apache::TestSmoke helps to ease this task, simply run: +% t/SMOKE + +which trying various sequences and at the end reports the shortest +sequences it has found. + +for more options do: +% t/SMOKE -help +
