diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/runtests.pl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl index 2c9a4bfc7..cc10dd670 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -741,6 +741,11 @@ do { # verbose output $verbose=1; } + elsif ($ARGV[0] eq "-c") { + # use this path to curl instead of default + $CURL=$ARGV[1]; + shift @ARGV; + } elsif ($ARGV[0] eq "-d") { # have the servers display protocol output $debugprotocol=1; |