mirror of
https://github.com/curl/curl.git
synced 2024-11-27 05:50:21 +08:00
runtests: put trace outputs in log/trace[num] for all tests
This commit is contained in:
parent
a3403db02f
commit
08107111ac
@ -3024,7 +3024,7 @@ sub singletest {
|
||||
$inc = "--include ";
|
||||
}
|
||||
|
||||
$cmdargs ="$out $inc--verbose --trace-time $cmd";
|
||||
$cmdargs ="$out $inc--trace-ascii log/trace$testnum --trace-time $cmd";
|
||||
}
|
||||
else {
|
||||
$cmdargs = " $cmd"; # $cmd is the command line for the test file
|
||||
|
Loading…
Reference in New Issue
Block a user