diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2007-04-25 23:18:52 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2007-04-25 23:18:52 +0000 |
commit | f213d0db98f8c882e072aedeb8e564ed408ae281 (patch) | |
tree | 4dbfa0d7fa5e6ef8ca7e4fe9a90008674f1876ca /tests/README | |
parent | 6e835ef3aa2f9fe6497c7e00d4c8640ba64c5c53 (diff) | |
download | curl-f213d0db98f8c882e072aedeb8e564ed408ae281.tar.gz |
Added support in runtests.pl for "!n" test numbers to disable individual tests.
Diffstat (limited to 'tests/README')
-rw-r--r-- | tests/README | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/tests/README b/tests/README index c9523a382..56ebab952 100644 --- a/tests/README +++ b/tests/README @@ -34,14 +34,15 @@ Run: variables of that script in case you have some specific needs. The script breaks on the first test that doesn't do OK. Use -a to prevent - the script to abort on the first error. Run the script with -v for more + the script from abort on the first error. Run the script with -v for more verbose output. Use -d to run the test servers with debug output enabled as - well. + well. Specifying -k keeps all the log files generated by the test intact. 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. + ranges with 'to', as in "./runtests 3 to 9" which runs the seven tests from + 3 to 9. Any test numbers starting with ! are disabled, as are any test + numbers found in the file data/DISABLED (one per line). Memory: The test script will check that all allocated memory is freed properly IF |