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.
This commit is contained in:
Dan Fandrich 2010-08-16 12:09:18 -07:00
parent 8f6189600f
commit 9f4a174698
1 changed files with 1 additions and 1 deletions

View File

@ -2627,7 +2627,7 @@ sub singletest {
}
}
$CMDLINE .= "$cmdargs >>$STDOUT 2>>$STDERR";
$CMDLINE .= "$cmdargs >$STDOUT 2>$STDERR";
if($verbose) {
logmsg "$CMDLINE\n";