aboutsummaryrefslogtreecommitdiff
path: root/tests/runtests.pl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/runtests.pl')
-rwxr-xr-xtests/runtests.pl5
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;