[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
parent 13ee905c10
commit e9b3dd070e
No known key found for this signature in database
GPG Key ID: D0307DBCF21A9A58
1 changed files with 1 additions and 1 deletions

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"