Treat log files and -k the same when running torture tests as when not.

This commit is contained in:
Dan Fandrich 2007-04-24 23:28:57 +00:00
parent 17507eac85
commit 61d7e720a5

View File

@ -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;
}