aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtests/runtests.pl4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl
index 831c095df..de61feffd 100755
--- a/tests/runtests.pl
+++ b/tests/runtests.pl
@@ -748,6 +748,10 @@ sub checkcurl {
die "couldn't run '$CURL'"
}
+ if(!$curl_debug && $torture) {
+ die "can't run torture tests since curl was not build with debug";
+ }
+
my $hostname=`hostname`;
my $hosttype=`uname -a`;