Skip to content
Snippets Groups Projects
Commit 1770563f authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

refuse running the torture tests without a debug build

parent 4cd96483
No related branches found
No related tags found
No related merge requests found
......@@ -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`;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment