diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-03-12 12:58:57 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-03-12 12:58:57 +0000 |
commit | e97fc2aab5030d2b9d6280477ab71cc93dcc4afe (patch) | |
tree | 0735814e19b8bc35a39f71cbe50d5db0e4868fb6 /tests/README | |
parent | a23ac24192b12bc44c24cb58a4ea1dd33e621378 (diff) | |
download | curl-e97fc2aab5030d2b9d6280477ab71cc93dcc4afe.tar.gz |
Added description of the new test case ranges support
Diffstat (limited to 'tests/README')
-rw-r--r-- | tests/README | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/README b/tests/README index 4bc49eac6..5d6709d74 100644 --- a/tests/README +++ b/tests/README @@ -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 |