tests: run with "--trace-config all" to provide even more info

in case of problems.

Closes #13791
This commit is contained in:
Daniel Stenberg 2024-05-27 14:06:37 +02:00
parent 59dc9f7e69
commit 4f558d288c
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -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 ";