From e4e3830745e2d61119d07327eaad0c1e7c4ea90f Mon Sep 17 00:00:00 2001 From: Eric <5089238+emizzle@users.noreply.github.com> Date: Wed, 26 Mar 2025 21:02:55 +1100 Subject: [PATCH] revert posix-only verbose unittest output It didn't fix the error with invalid proofs in windows in ci --- tests/integration/testmanager.nim | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/integration/testmanager.nim b/tests/integration/testmanager.nim index 8de1d184..145ce40e 100644 --- a/tests/integration/testmanager.nim +++ b/tests/integration/testmanager.nim @@ -334,9 +334,6 @@ proc buildCommand( else: "TRACE;disabled:libp2p,websock,JSONRPC-HTTP-CLIENT,JSONRPC-WS-CLIENT,discv5" - let unittestVerbosity = - when not defined(windows): "-d:nimUnittestOutputLevel:VERBOSE" else: "" - withLock(test.manager.hardhatPortLock): try: return @@ -353,7 +350,7 @@ proc buildCommand( # colours, and loglevel = TRACE). "-d:chronicles_log_level=TRACE " & "-d:chronicles_sinks=textlines[nocolors,file] " & - &"{unittestVerbosity} " & + "-d:nimUnittestOutputLevel:VERBOSE " & "--verbosity:0 " & "--hints:off " & "-d:release " &