mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-01-03 22:13:12 +00:00
revert posix-only verbose unittest output
It didn't fix the error with invalid proofs in windows in ci
This commit is contained in:
parent
99fa6b8a16
commit
fa91a642b9
@ -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 " &
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user