summaryrefslogtreecommitdiff
path: root/tests/FILEFORMAT
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2011-08-04 17:36:00 +0200
committerDaniel Stenberg <daniel@haxx.se>2011-08-04 17:36:00 +0200
commitc4142034ff4501a6b6dcb389e7b6daa1aca7facb (patch)
tree62157bd452f0f4e8e11e6a8ca9449da16b56cd1e /tests/FILEFORMAT
parentefc8ef7cc4be59ebde8c56cb7cf39596eaa9dd9b (diff)
downloadcurl-c4142034ff4501a6b6dcb389e7b6daa1aca7facb.tar.gz
runtests.pl: support option=no-include
Diffstat (limited to 'tests/FILEFORMAT')
-rw-r--r--tests/FILEFORMAT6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/FILEFORMAT b/tests/FILEFORMAT
index fd036a2c9..4c97db4f8 100644
--- a/tests/FILEFORMAT
+++ b/tests/FILEFORMAT
@@ -228,7 +228,8 @@ command is run. They are cleared again after the command has been run.
Variables are first substituted as in the <command> section.
</setenv>
-<command [option="no-output"] [timeout="secs"] [delay="secs"] [type="perl"]>
+<command [option="no-output/no-include"] [timeout="secs"] [delay="secs"]
+ [type="perl"]>
command line to run, there's a bunch of %variables that get replaced
accordingly.
@@ -248,6 +249,9 @@ Set option="no-output" to prevent the test script to slap on the --output
argument that directs the output to a file. The --output is also not added if
the verify/stdout section is used.
+Set option="no-include" to prevent the test script to slap on the --include
+argument.
+
Set timeout="secs" to override default server logs advisor read lock timeout.
This timeout is used by the test harness, once that the command has completed
execution, to wait for the test server to write out server side log files and