[wip] don't specify chronicles_log_level=TRACE in nimble task for hello_codex

This commit is contained in:
Michael Bradley, Jr 2022-08-17 19:38:02 -05:00 committed by Dmitriy Ryajov
parent 2b4b5bed5f
commit 71301c74e8
No known key found for this signature in database
GPG Key ID: DA8C680CE7C657A4

View File

@ -60,7 +60,7 @@ task codex, "build codex binary":
buildBinary "codex", params = "-d:chronicles_runtime_filtering -d:chronicles_log_level=TRACE"
task hello_codex, "build hello_codex binary":
buildBinary "hello_codex", srcDir = "testground/hello_codex/", params = "-d:chronicles_runtime_filtering -d:chronicles_log_level=TRACE"
buildBinary "hello_codex", srcDir = "testground/hello_codex/", params = "-d:chronicles_runtime_filtering"
task testCodex, "Build & run Codex tests":
test "testCodex"