aboutsummaryrefslogtreecommitdiff
path: root/tests/runtests.1
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2013-08-26 09:17:55 +0200
committerDaniel Stenberg <daniel@haxx.se>2013-08-26 11:38:38 +0200
commit63d8b3a507bce2f069416d6a8b05625743b41abf (patch)
tree0ff7edc6fe1b3c8cea32cb97468985e3229fb925 /tests/runtests.1
parent90ab65c632ec0405893466637c7971e327f1067a (diff)
runtests.pl: allow -vc point to a separate curl binary to verify with
The specified curl binary will then be used to verify the running server(s) instead of the development version. This is very useful in some cases when the development version fails to verify correctly as then the test case may not run at all. The actual test will still be run with the "normal" curl executable (unless the test case specifies something differently).
Diffstat (limited to 'tests/runtests.1')
-rw-r--r--tests/runtests.18
1 files changed, 6 insertions, 2 deletions
diff --git a/tests/runtests.1 b/tests/runtests.1
index 0de38f69a..cb765a641 100644
--- a/tests/runtests.1
+++ b/tests/runtests.1
@@ -49,8 +49,8 @@ default, the test script stops as soon as an error is detected.
.IP "-bN"
Use N as the base TCP/UDP port number on which to start the test servers.
.IP "-c <curl>"
-Provide a custom curl binary to run the tests with. Default is the curl
-executable in the build tree.
+Provide a path to a custom curl binary to run the tests with. Default is the
+curl executable in the build tree.
.IP "-d"
Enable protocol debug: have the servers display protocol output.
.IP "-e"
@@ -92,6 +92,10 @@ through everyone, which is very handy when debugging and then often in
combination with \fI-g\fP.
.IP "-v"
Enable verbose output. Speaks more than default.
+.IP "-vc <curl>"
+Provide a path to a custom curl binary to run when verifying that the servers
+running are indeed our test servers. Default is the curl executable in the
+build tree.
.SH "RUNNING TESTS"
Many tests have conditions that must be met before the test case can run
fine. They could depend on built-in features in libcurl or features present in