mirror of https://github.com/vacp2p/nim-libp2p.git
disable tracing
This commit is contained in:
parent
5e94108f93
commit
c701752d87
|
@ -16,7 +16,7 @@ requires "nim > 0.19.4",
|
|||
"stew"
|
||||
|
||||
proc runTest(filename: string) =
|
||||
exec "nim -d:chronicles_log_level=trace -d:chronicles_colors=off c -r tests/" & filename
|
||||
exec "nim c -r tests/" & filename
|
||||
# rmFile "tests/" & filename
|
||||
|
||||
task test, "Runs the test suite":
|
||||
|
|
Loading…
Reference in New Issue