mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-01-10 09:23:12 +00:00
fix previous commit compilation
This commit is contained in:
parent
889d4ae67f
commit
52c0482295
@ -334,6 +334,9 @@ 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
|
||||
@ -350,8 +353,7 @@ proc buildCommand(
|
||||
# colours, and loglevel = TRACE).
|
||||
"-d:chronicles_log_level=TRACE " &
|
||||
"-d:chronicles_sinks=textlines[nocolors,file] " &
|
||||
when not defined(windows):
|
||||
"-d:nimUnittestOutputLevel:VERBOSE " &
|
||||
&"{unittestVerbosity} " &
|
||||
"--verbosity:0 " &
|
||||
"--hints:off " &
|
||||
"-d:release " &
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user