From 38a4f864da9f20392c293bedfb5625e0c85cedd6 Mon Sep 17 00:00:00 2001 From: Eric <5089238+emizzle@users.noreply.github.com> Date: Wed, 26 Mar 2025 16:26:32 +1100 Subject: [PATCH] try removing verbose output to see if windows ci passes --- tests/integration/testmanager.nim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/integration/testmanager.nim b/tests/integration/testmanager.nim index 145ce40e..b4ceecc3 100644 --- a/tests/integration/testmanager.nim +++ b/tests/integration/testmanager.nim @@ -350,7 +350,8 @@ proc buildCommand( # colours, and loglevel = TRACE). "-d:chronicles_log_level=TRACE " & "-d:chronicles_sinks=textlines[nocolors,file] " & - "-d:nimUnittestOutputLevel:VERBOSE " & + when not defined(windows): + "-d:nimUnittestOutputLevel:VERBOSE " & "--verbosity:0 " & "--hints:off " & "-d:release " &