mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
Treat log files and -k the same when running torture tests as when not.
This commit is contained in:
parent
17507eac85
commit
61d7e720a5
@ -1715,8 +1715,11 @@ sub singletest {
|
||||
$ENV{$e}=""; # clean up
|
||||
}
|
||||
|
||||
# Don't bother doing verification on torture tests
|
||||
# Skip all the verification on torture tests
|
||||
if ($torture) {
|
||||
if(!$cmdres && !$keepoutfiles) {
|
||||
cleardir($LOGDIR);
|
||||
}
|
||||
return $cmdres;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user