Commit 1770563f authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

refuse running the torture tests without a debug build

parent 4cd96483
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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`;