mirror of
https://github.com/logos-messaging/nim-chat-poc.git
synced 2026-01-03 22:53:08 +00:00
Set test logging level to ERROR
This commit is contained in:
parent
6a4fd70c39
commit
b63d7b9f49
@ -39,7 +39,7 @@ proc test(name: string, params = "-d:chronicles_log_level=DEBUG", lang = "c") =
|
||||
exec "build/" & name
|
||||
|
||||
task tests, "Build & run tests":
|
||||
test "all_tests", "-d:chronicles_log_level=DEBUG -d:chronosStrictException"
|
||||
test "all_tests", "-d:chronicles_log_level=ERROR -d:chronosStrictException"
|
||||
|
||||
task waku_example, "Build Waku based simple example":
|
||||
let name = "waku_example"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user