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
|
$ENV{$e}=""; # clean up
|
||||||
}
|
}
|
||||||
|
|
||||||
# Don't bother doing verification on torture tests
|
# Skip all the verification on torture tests
|
||||||
if ($torture) {
|
if ($torture) {
|
||||||
|
if(!$cmdres && !$keepoutfiles) {
|
||||||
|
cleardir($LOGDIR);
|
||||||
|
}
|
||||||
return $cmdres;
|
return $cmdres;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user