From 40dee9b5257916c2695d4a221d1daa006498c0b9 Mon Sep 17 00:00:00 2001 From: Mark Spanbroek Date: Mon, 11 Nov 2024 12:24:30 +0100 Subject: [PATCH] disable chronicles logging in tests --- testmodule/config.nims | 2 ++ 1 file changed, 2 insertions(+) diff --git a/testmodule/config.nims b/testmodule/config.nims index 9201bed..ba64806 100644 --- a/testmodule/config.nims +++ b/testmodule/config.nims @@ -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"