From 1770563fffde91688608bf1359af6170592df0a8 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 14 Jun 2004 08:25:54 +0000 Subject: refuse running the torture tests without a debug build --- tests/runtests.pl | 4 ++++ 1 file changed, 4 insertions(+) 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`; -- cgit v1.2.3