diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/runtests.pl | 4 |
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`; |