mirror of
https://github.com/curl/curl.git
synced 2026-07-24 18:57:18 +03:00
runtests: put trace outputs in log/trace[num] for all tests
This commit is contained in:
parent
a3403db02f
commit
08107111ac
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue