mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05: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
@ -2627,7 +2627,7 @@ sub singletest {
|
||||
}
|
||||
}
|
||||
|
||||
$CMDLINE .= "$cmdargs >>$STDOUT 2>>$STDERR";
|
||||
$CMDLINE .= "$cmdargs >$STDOUT 2>$STDERR";
|
||||
|
||||
if($verbose) {
|
||||
logmsg "$CMDLINE\n";
|
||||
|
Loading…
Reference in New Issue
Block a user