add -d:unittest2DisableParamFiltering to .nimble

fix #840
This commit is contained in:
jangko 2021-11-14 15:38:21 +07:00
parent 6de2be146a
commit 7066b48303
No known key found for this signature in database
GPG Key ID: 31702AE10541E6B9
1 changed files with 1 additions and 1 deletions

View File

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