disable chronicles logging in tests

This commit is contained in:
Mark Spanbroek 2024-11-11 12:24:30 +01:00 committed by markspanbroek
parent 0ce6abf0fe
commit 40dee9b525
1 changed files with 2 additions and 0 deletions

View File

@ -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"