You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2011/01/25 15:42:12 UTC

svn commit: r1063305 - /httpd/test/framework/trunk/README

Author: jim
Date: Tue Jan 25 14:42:12 2011
New Revision: 1063305

URL: http://svn.apache.org/viewvc?rev=1063305&view=rev
Log:
t/SMOKE now allows for times

Modified:
    httpd/test/framework/trunk/README

Modified: httpd/test/framework/trunk/README
URL: http://svn.apache.org/viewvc/httpd/test/framework/trunk/README?rev=1063305&r1=1063304&r2=1063305&view=diff
==============================================================================
--- httpd/test/framework/trunk/README (original)
+++ httpd/test/framework/trunk/README Tue Jan 25 14:42:12 2011
@@ -73,7 +73,7 @@ you run it again, the test might fail. I
 repetition smoke testing. For example to repeat the tests 5 times you
 can run:
 
-    t/TEST -times=5
+    t/SMOKE -times=5
 
 It's also possible that a test will pass when it's run after a
 particular test, but if moved to run after a different state it may
@@ -88,7 +88,11 @@ via APACHE_TEST_SEED environment variabl
 Combining these two important smoke testing techiques, one can run
 tests with:
 
-    t/TEST -times=N -order=(repeat|rotate|random)
+    t/SMOKE -times=N -order=(repeat|rotate|random)
+
+For example, to run the mod_rewrite tests 5 times, one would:
+
+    t/SMOKE -times=5 -verbose t/modules/rewrite.t
 
 So the tests can be repeated N times, and run in the following three
 modes:
@@ -97,11 +101,7 @@ modes:
 - 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:
+For configuration options and default settings run:
 
     t/SMOKE -help