aboutsummaryrefslogtreecommitdiff
path: root/tests/runtests.pl
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2010-08-16 12:09:18 -0700
committerDan Fandrich <dan@coneharvesters.com>2010-08-16 12:09:18 -0700
commit9f4a174698974829cea2dde1fcd598ab6d401b0d (patch)
tree3ebbfc4f86641f272f8348163eb4b77a333275e4 /tests/runtests.pl
parent8f6189600f4278edbbf1eabc0bf9236a50978c2d (diff)
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.
Diffstat (limited to 'tests/runtests.pl')
-rwxr-xr-xtests/runtests.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl
index 2a10e5f7b..06ff733f6 100755
--- a/tests/runtests.pl
+++ b/tests/runtests.pl
@@ -2627,7 +2627,7 @@ sub singletest {
}
}
- $CMDLINE .= "$cmdargs >>$STDOUT 2>>$STDERR";
+ $CMDLINE .= "$cmdargs >$STDOUT 2>$STDERR";
if($verbose) {
logmsg "$CMDLINE\n";