runner: stop adding --trace-config all

It was always overriden by the following -v anyway, until now when
the earlier config is kept.
This commit is contained in:
Daniel Stenberg 2025-08-25 06:51:57 +02:00
parent 9e74c0bac8
commit e711360ab1

View file

@ -866,7 +866,6 @@ sub singletest_run {
else {
$cmdargs .= "--trace-ascii $LOGDIR/trace$testnum ";
}
$cmdargs .= "--trace-config all ";
$cmdargs .= "--trace-time ";
if($run_event_based) {
$cmdargs .= "--test-event ";