aboutsummaryrefslogtreecommitdiff
path: root/tests/README
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-11-14 10:24:26 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-11-14 10:24:26 +0000
commite64b8a8f86f4648ef5c0c616f12e856da5e431aa (patch)
tree04d99b0f6e1324ff6170adbe1e24893882ecbc24 /tests/README
parente2641a394dbee46fab935913e45f75d918a5aedd (diff)
more decriptions
Diffstat (limited to 'tests/README')
-rw-r--r--tests/README10
1 files changed, 8 insertions, 2 deletions
diff --git a/tests/README b/tests/README
index 429a464bc..2c22fda5b 100644
--- a/tests/README
+++ b/tests/README
@@ -7,15 +7,18 @@
The cURL Test Suite
Requires:
- perl (and some shell tools that still hasn't been written in pure perl)
+ perl
Run:
- 'make test'. This invokes the 'runtests.sh' shell script. Edit the top
+ '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.
+ 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)
+
Logs:
All logs are generated in the logs/ subdirctory (it is emtpied first
in the runtests.sh script)
@@ -37,6 +40,9 @@ Data:
file, you can instead name the file replyN0001.txt. This enables
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
+
FIX:
* Make httpserver.pl work when we PUT without Content-Length: