diff options
author | Daniel Stenberg <daniel@haxx.se> | 2000-11-13 16:06:16 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2000-11-13 16:06:16 +0000 |
commit | 8e735d1eea3af9e09bb5238ac450cee1192adcb8 (patch) | |
tree | b9c09bb556b35a76baf2e8202877b7d695b40221 /tests/README | |
parent | aa9a60287d29821ded4a187ab83d6994335953ce (diff) |
converted shell script to perl
Diffstat (limited to 'tests/README')
-rw-r--r-- | tests/README | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/tests/README b/tests/README index 7c334c9c6..64348004b 100644 --- a/tests/README +++ b/tests/README @@ -13,6 +13,9 @@ Run: 'make test'. This invokes the 'runtests.sh' shell 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. + Logs: All logs are generated in the logs/ subdirctory (it is emtpied first in the runtests.sh script) @@ -29,4 +32,12 @@ Data: httpN.txt: the full dump of the HTTP protocol communication that curl is expected to use when performing this test - replyN.txt: the full dump the server should reply to curl for this test + replyN.txt: the full dump the server should reply to curl for this test. + If the final result that curl should've got is not in this + file, you can instead name the file replyN0001.txt. This enables + you to fiddle more. ;-) + +FIX: + + * Make httpserver.pl work when we PUT without Content-Length: + |