aboutsummaryrefslogtreecommitdiff
path: root/qa/rpc-tests/maxblocksinflight.py
diff options
context:
space:
mode:
authorJohn Newbery <john@johnnewbery.com>2017-03-10 15:02:47 -0500
committerJohn Newbery <john@johnnewbery.com>2017-03-10 15:50:38 -0500
commitd055bd69cf9f48ecaa8c5c820186c296421f0e16 (patch)
tree087012db4bb8b0ead2176e11cbd271717566ed18 /qa/rpc-tests/maxblocksinflight.py
parent8910b4717e5bb946ee6988f7fe9fd461f53a5935 (diff)
downloadbitcoin-d055bd69cf9f48ecaa8c5c820186c296421f0e16.tar.xz
Fix extended rpc tests broken by 8910b4717e5bb946ee6988f7fe9fd461f53a5935
Diffstat (limited to 'qa/rpc-tests/maxblocksinflight.py')
-rwxr-xr-xqa/rpc-tests/maxblocksinflight.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/qa/rpc-tests/maxblocksinflight.py b/qa/rpc-tests/maxblocksinflight.py
index 564337d060..2c3766125a 100755
--- a/qa/rpc-tests/maxblocksinflight.py
+++ b/qa/rpc-tests/maxblocksinflight.py
@@ -87,6 +87,8 @@ class MaxBlocksInFlightTest(BitcoinTestFramework):
def run_test(self):
test = TestManager()
+ # pass log handler through to the test manager object
+ test.log = self.log
test.add_new_connection(NodeConn('127.0.0.1', p2p_port(0), self.nodes[0], test))
NetworkThread().start() # Start up network handling in another thread
test.run()