mirror of
https://github.com/curl/curl.git
synced 2026-08-24 15:23:36 +03:00
refuse running the torture tests without a debug build
This commit is contained in:
parent
4cd96483f6
commit
1770563fff
1 changed files with 4 additions and 0 deletions
|
|
@ -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`;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue