mirror of
https://github.com/moparisthebest/curl
synced 2025-01-08 12:28:06 -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) {
|
if($verbose) {
|
||||||
logmsg "$CMDLINE\n";
|
logmsg "$CMDLINE\n";
|
||||||
|
Loading…
Reference in New Issue
Block a user