aboutsummaryrefslogtreecommitdiff
path: root/tests/README
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-11-20 07:59:25 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-11-20 07:59:25 +0000
commit13e9a4d8f4642e3b4901030e63a8f046252a5fa8 (patch)
treea160ab93966053e2b2912b42bfc0210df827e856 /tests/README
parent9c0d9784f6192bd0bbced5a6220baac91fdae292 (diff)
added a description about the memory checks
Diffstat (limited to 'tests/README')
-rw-r--r--tests/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/README b/tests/README
index 35f7966b0..2fcf9a587 100644
--- a/tests/README
+++ b/tests/README
@@ -20,6 +20,12 @@ Run:
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)
+Memory:
+ The test script will check that all allocated memory is freed properly IF
+ curl has been built with the MALLOCDEBUG define set. The script will
+ automatically detect if that is the case, and it will use the ../memanalyze
+ script to analyze the memory debugging output.
+
Logs:
All logs are generated in the logs/ subdirctory (it is emtpied first
in the runtests.sh script)
@@ -46,6 +52,9 @@ Data:
curl will not be run with -o but instead all output is compared
against this file!
+ errorN.txt: if this file is present, it should contain the error number
+ curl is supposed to return when this test is run.
+
FIX:
* Make httpserver.pl work when we PUT without Content-Length: