diff options
author | Suhas Daftuar <sdaftuar@gmail.com> | 2018-05-09 08:49:23 -0400 |
---|---|---|
committer | Suhas Daftuar <sdaftuar@gmail.com> | 2018-05-09 12:32:19 -0400 |
commit | 08ebdba82a5a75155234cbe3c6cdf08a2e087c2f (patch) | |
tree | 9764ff719866bc9206ad0a0110edeab970debdb7 /test/functional/test_framework/test_node.py | |
parent | 08c1caf863656e8c4302f0ff392772f0055760e5 (diff) |
[qa] Avoid printing to console during cache creation
Diffstat (limited to 'test/functional/test_framework/test_node.py')
-rwxr-xr-x | test/functional/test_framework/test_node.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/functional/test_framework/test_node.py b/test/functional/test_framework/test_node.py index eac6057de6..0353fc0712 100755 --- a/test/functional/test_framework/test_node.py +++ b/test/functional/test_framework/test_node.py @@ -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) |