]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
tests: run with "--trace-config all" to provide even more info
authorDaniel Stenberg <daniel@haxx.se>
Mon, 27 May 2024 12:06:37 +0000 (14:06 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 28 May 2024 07:55:36 +0000 (09:55 +0200)
in case of problems.

Closes #13791

tests/runner.pm

index a6a26c9d048f985887255b00a06dc2113938bf8a..5bc3b0cd9e48cf191e0ab20e496d4fc9bea6e7c6 100644 (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 ";