mirror of
https://github.com/curl/curl.git
synced 2026-04-15 02:41:46 +03:00
tests: run with "--trace-config all" to provide even more info
in case of problems. Closes #13791
This commit is contained in:
parent
59dc9f7e69
commit
4f558d288c
1 changed files with 1 additions and 0 deletions
|
|
@ -857,6 +857,7 @@ sub singletest_run {
|
|||
else {
|
||||
$cmdargs .= "--trace-ascii $LOGDIR/trace$testnum ";
|
||||
}
|
||||
$cmdargs .= "--trace-config all ";
|
||||
$cmdargs .= "--trace-time ";
|
||||
if($run_event_based) {
|
||||
$cmdargs .= "--test-event ";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue