summaryrefslogtreecommitdiff
path: root/test/README
diff options
context:
space:
mode:
authorTodd Lyons <tlyons@exim.org>2012-07-09 08:38:58 -0700
committerTodd Lyons <tlyons@exim.org>2012-07-09 10:24:55 -0700
commitc1c469dbe99c0521df4dff0eb057622416886fae (patch)
treecefb84b8a68e252278ca9eb1eed474d36fc9f958 /test/README
parent6754ce8c78c72e82a2da5a5987bd174c80edb532 (diff)
downloadexim4-c1c469dbe99c0521df4dff0eb057622416886fae.tar.gz
Add CONTINUE to runtest script
Diffstat (limited to 'test/README')
-rw-r--r--test/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/README b/test/README
index ef91049cc..7e778eee7 100644
--- a/test/README
+++ b/test/README
@@ -237,6 +237,11 @@ is as follows:
There are some options for the ./runtest script itself:
+ -CONTINUE This will allow the script to move past some failing tests. It will
+ write a simple failure line with the test number in a temporary
+ logfile test/failed-summary.log. Unexpected exit codes will still
+ stall the test execution and require interaction.
+
-DEBUG This option is for debugging the test script. It causes some
tracing information to be output.