diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-03-17 08:04:08 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-03-17 08:04:08 +0000 |
commit | d26e93285810a56b101e1aaa2376075eb5ff5579 (patch) | |
tree | 9ef81afb1f847b85f1e1d95cfd29e1d7cd3359f7 /tests/testcurl.1 | |
parent | 73b9d0840cec1e8a682b5df92f1fd9e797b8ec20 (diff) | |
download | curl-d26e93285810a56b101e1aaa2376075eb5ff5579.tar.gz |
add new option
Diffstat (limited to 'tests/testcurl.1')
-rw-r--r-- | tests/testcurl.1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/testcurl.1 b/tests/testcurl.1 index c9b4cbfb8..20372ffd3 100644 --- a/tests/testcurl.1 +++ b/tests/testcurl.1 @@ -61,6 +61,9 @@ Set name to report as. Displayed in the build summary on the site. .IP "--nocvsup" Don't update from CVS even though it is a CVS tree. Useful to still be able to test even though your network is down, or similar. +.IP "--runtestsopts=[options]" +Options that is passed to the runtests.pl script. Useful for disabling valgrind +by force, and similar. .IP "--setup=[file name]" File name to read setup from (deprecated). The old style of providing info. If info is missing when testcurl.pl is started, it will prompt you and then |