aboutsummaryrefslogtreecommitdiff
path: root/tests/README
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2011-12-31 00:49:34 -0800
committerDan Fandrich <dan@coneharvesters.com>2011-12-31 00:49:34 -0800
commit9e3f8c48501920c2c944f7a6eb447849500a3033 (patch)
treeb4d97f7c28e86b31d9b50f7600ca74a65e846c29 /tests/README
parent90343c76c6f1517a2d9d3c9e9cea15a1be2bfd6d (diff)
runtests.pl: Use logmsg more consistently
Diffstat (limited to 'tests/README')
-rw-r--r--tests/README15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/README b/tests/README
index f0248e632..b1955c8a6 100644
--- a/tests/README
+++ b/tests/README
@@ -98,6 +98,21 @@ The cURL Test Suite
3 to 9. Any test numbers starting with ! are disabled, as are any test
numbers found in the file data/DISABLED (one per line).
+ When -s is not present, each successful test will display on one line the
+ test number and description and on the next line a set of flags, the test
+ result, current test sequence, total number of tests to be run and an
+ estimated amount of time to complete the test run. The flags consist of
+ these letters describing what is checked in this test:
+
+ s stdout
+ d data
+ u upload
+ p protocol
+ o output
+ e exit code
+ m memory
+ v valgrind
+
1.5 Shell startup scripts
Tests which use the ssh test server, SCP/SFTP/SOCKS tests, might be badly