mirror of
https://github.com/curl/curl.git
synced 2026-04-15 05:01:42 +03:00
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:
parent
8f6189600f
commit
9f4a174698
1 changed files with 1 additions and 1 deletions
|
|
@ -2627,7 +2627,7 @@ sub singletest {
|
|||
}
|
||||
}
|
||||
|
||||
$CMDLINE .= "$cmdargs >>$STDOUT 2>>$STDERR";
|
||||
$CMDLINE .= "$cmdargs >$STDOUT 2>$STDERR";
|
||||
|
||||
if($verbose) {
|
||||
logmsg "$CMDLINE\n";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue