mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-01-11 01:43:07 +00:00
Disable debug
This commit is contained in:
parent
452a8e6f2f
commit
0552bec6af
@ -27,7 +27,7 @@ asyncchecksuite "Command line interface":
|
||||
if not args.anyIt(it.contains("--data-dir")):
|
||||
args.add("--data-dir=" & tmpDataDir)
|
||||
|
||||
return await CodexProcess.startNode(args, debug = true, "cli-test-node")
|
||||
return await CodexProcess.startNode(args, debug = false, "cli-test-node")
|
||||
|
||||
test "complains when persistence is enabled without ethereum account":
|
||||
# let hardhat = await HardhatProcess.startNode(@[], true, "hardhat")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user