aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-12-21 10:10:40 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-12-21 10:10:40 +0000
commit1225ad58bd4e92d6ca844c45d2e3660d587956df (patch)
treefd8d975278e8022cd308dc33cf8957b338071fff
parent951fdeba677145d68aaa3e38272a221521a3c646 (diff)
set debug curl too when -c is used
-rwxr-xr-xtests/runtests.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl
index dc4aae4b1..010c6ed0f 100755
--- a/tests/runtests.pl
+++ b/tests/runtests.pl
@@ -1599,7 +1599,7 @@ do {
}
elsif ($ARGV[0] eq "-c") {
# use this path to curl instead of default
- $CURL=$ARGV[1];
+ $DBGCURL=$CURL=$ARGV[1];
shift @ARGV;
}
elsif ($ARGV[0] eq "-d") {