mirror of
https://github.com/vacp2p/nim-libp2p.git
synced 2026-01-11 02:18:27 -05:00
Compare commits
1 Commits
removeasyn
...
remove-sil
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9a6f157d76 |
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user