]> granicus.if.org Git - curl/commitdiff
Added description of the new test case ranges support
authorDaniel Stenberg <daniel@haxx.se>
Mon, 12 Mar 2001 12:58:57 +0000 (12:58 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 12 Mar 2001 12:58:57 +0000 (12:58 +0000)
tests/README

index 4bc49eac6e3681e58fe605ee7b5dd3b69c88e7de..5d6709d741b0c5b0bf7cfb6e4e1c2d8e746626af 100644 (file)
@@ -18,8 +18,10 @@ Run:
   verbose output. Use -d to run the test servers with debug output enabled as
   well.
 
-  Use -s fort shorter output, or pass a string with test numbers to run
-  specific tests only (like ./runtests.pl "3 4" to test 3 and 4 only)
+  Use -s for shorter output, or pass test numbers to run specific tests only
+  (like "./runtests.pl 3 4" to test 3 and 4 only). It also supports test case
+  ranges with 'to'. As in "./runtests 3 to 9" which runs the seven tests from
+  3 to 9.
 
 Memory:
   The test script will check that all allocated memory is freed properly IF