mirror of
https://github.com/curl/curl.git
synced 2026-07-23 00:27:24 +03:00
Treat log files and -k the same when running torture tests as when not.
This commit is contained in:
parent
17507eac85
commit
61d7e720a5
1 changed files with 4 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue