disable chronicles logging in tests
This commit is contained in:
parent
0ce6abf0fe
commit
40dee9b525
|
@ -3,3 +3,5 @@ when (NimMajor, NimMinor) >= (1, 4):
|
|||
switch("hint", "XCannotRaiseY:off")
|
||||
when (NimMajor, NimMinor, NimPatch) >= (1, 6, 11):
|
||||
switch("warning", "BareExcept:off")
|
||||
|
||||
--define:"chronicles_enabled:off"
|
||||
|
|
Loading…
Reference in New Issue