[wip] don't specify chronicles_log_level=TRACE in nimble task for hello_codex
This commit is contained in:
parent
13ee905c10
commit
e9b3dd070e
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue