diff --git a/nimbus.nimble b/nimbus.nimble index 4def0d677..20913d3e9 100644 --- a/nimbus.nimble +++ b/nimbus.nimble @@ -46,7 +46,7 @@ proc test(path: string, name: string, params = "", lang = "c") = exec runPrefix & "build/" & name task test, "Run tests": - test "tests", "all_tests", "-d:chronicles_log_level=ERROR" + test "tests", "all_tests", "-d:chronicles_log_level=ERROR -d:unittest2DisableParamFiltering" task nimbus, "Build Nimbus": buildBinary "nimbus", "nimbus/", "-d:chronicles_log_level=TRACE"