mirror of
https://github.com/status-im/nim-codex.git
synced 2025-02-19 14:14:40 +00:00
enable debug output for integration test
This commit is contained in:
parent
713206b518
commit
c51ead3cf2
@ -20,7 +20,7 @@ import ./twonodes
|
||||
# You can also pass a string in same format like for the `--log-level` parameter
|
||||
# to enable custom logging levels for specific topics like: debug2 = "INFO; TRACE: marketplace"
|
||||
|
||||
twonodessuite "Integration tests", debug1 = false, debug2 = false:
|
||||
twonodessuite "Integration tests", debug1 = true, debug2 = true:
|
||||
|
||||
proc purchaseStateIs(client: CodexClient, id: PurchaseId, state: string): bool =
|
||||
without purchase =? client.getPurchase(id):
|
||||
|
Loading…
x
Reference in New Issue
Block a user