Commit 9f4a1746 authored by Dan Fandrich's avatar Dan Fandrich
Browse files

Clear stdout and stderr files on each test run

This allows a test to be run several times in the same test
session even when the -k option is given.
parent 8f618960
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2627,7 +2627,7 @@ sub singletest {
        }
    }

    $CMDLINE .= "$cmdargs >>$STDOUT 2>>$STDERR";
    $CMDLINE .= "$cmdargs >$STDOUT 2>$STDERR";

    if($verbose) {
        logmsg "$CMDLINE\n";