mirror of
https://github.com/curl/curl.git
synced 2026-08-24 15:23:36 +03:00
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:
parent
9e74c0bac8
commit
e711360ab1
1 changed files with 0 additions and 1 deletions
|
|
@ -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 ";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue