diff options
author | Daniel Stenberg <daniel@haxx.se> | 2000-11-17 15:33:54 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2000-11-17 15:33:54 +0000 |
commit | e48747d95de3c992996182168b9025f16561109f (patch) | |
tree | eb5459239687310a1dbbe1b1903a534441b6fd4c /tests/README | |
parent | 0a72154cd2422024c5e77762761fc101d47c4faf (diff) | |
download | curl-e48747d95de3c992996182168b9025f16561109f.tar.gz |
updated to the new stdout stuff and the new -a option
Diffstat (limited to 'tests/README')
-rw-r--r-- | tests/README | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/tests/README b/tests/README index 2c22fda5b..35f7966b0 100644 --- a/tests/README +++ b/tests/README @@ -13,8 +13,9 @@ Run: 'make test'. This invokes the 'runtests.pl' perl script. Edit the top variables of that script in case you have some specific needs. - The script breaks on the first test that doesn't do OK. Run the script - with -v for more verbose output. + 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 + verbose output. 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) @@ -41,7 +42,9 @@ Data: you to fiddle more. ;-) stdoutN.txt: if this file is present, curl's stdout is compared against - this file to see that they're identical + this file to see that they're identical. If this is present, + curl will not be run with -o but instead all output is compared + against this file! FIX: |