Compare commits

...

1 Commits

Author SHA1 Message Date
Giovanni Petrantoni
9a6f157d76 try removing silent trace test 2021-02-02 14:11:14 +00:00

View File

@@ -23,9 +23,6 @@ proc runTest(filename: string, verify: bool = true, sign: bool = true,
excstr.add(" -d:libp2p_pubsub_sign=" & $sign)
excstr.add(" -d:libp2p_pubsub_verify=" & $verify)
excstr.add(" " & moreoptions & " ")
if verify and sign:
# build it with TRACE and JSON logs
exec excstr & " -d:chronicles_log_level=TRACE -d:chronicles_sinks:json" & " tests/" & filename
# build it again, to run it with less verbose logs
exec excstr & " -d:chronicles_log_level=INFO -r" & " tests/" & filename
rmFile "tests/" & filename.toExe