mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-18 03:20:24 +01:00
[qa] Avoid printing to console during cache creation
This commit is contained in:
@@ -83,8 +83,7 @@ class TestNode():
|
||||
"-debugexclude=libevent",
|
||||
"-debugexclude=leveldb",
|
||||
"-mocktime=" + str(mocktime),
|
||||
"-uacomment=testnode%d" % i,
|
||||
"-noprinttoconsole"
|
||||
"-uacomment=testnode%d" % i
|
||||
]
|
||||
|
||||
self.cli = TestNodeCLI(bitcoin_cli, self.datadir)
|
||||
|
||||
Reference in New Issue
Block a user