From e732efa61a04dfec9800cfc9cf72a084d39f7020 Mon Sep 17 00:00:00 2001 From: Eric <5089238+emizzle@users.noreply.github.com> Date: Tue, 25 Mar 2025 19:56:36 +1100 Subject: [PATCH] verbose unittest2 output to stdout --- tests/integration/testmanager.nim | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration/testmanager.nim b/tests/integration/testmanager.nim index 30c05029..145ce40e 100644 --- a/tests/integration/testmanager.nim +++ b/tests/integration/testmanager.nim @@ -350,6 +350,7 @@ proc buildCommand( # colours, and loglevel = TRACE). "-d:chronicles_log_level=TRACE " & "-d:chronicles_sinks=textlines[nocolors,file] " & + "-d:nimUnittestOutputLevel:VERBOSE " & "--verbosity:0 " & "--hints:off " & "-d:release " &