Commit 61d7e720 authored by Dan Fandrich's avatar Dan Fandrich
Browse files

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

parent 17507eac
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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;
    }