diff options
author | MarcoFalke <falke.marco@gmail.com> | 2017-09-12 19:24:33 +0200 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2017-09-12 19:24:37 +0200 |
commit | b37cab65c63e051ebc5b491da9bd687581df94df (patch) | |
tree | ba78d54bc3c988861056ef5496ff9c5135245a60 /test | |
parent | b9bceaf1c081a84d9fcc680372614e797b168a9e (diff) | |
parent | 8fdb6f9126fe1e13b60de11fd34c204247679ef4 (diff) |
Merge #11230: [tests] fixup dbcrash interaction with add_nodes()
8fdb6f912 [tests] fixup dbcrash interaction with add_nodes() (John Newbery)
Pull request description:
Another conflict with #11121. Apologies - this is entirely my fault. I didn't run the extended test suite after rebasing on master.
@MarcoFalke @sdaftuar
Tree-SHA512: eefce1d1c63dc4a63c5e030a541e046ad4832e8a709c0a8aad40ffdc4712b2065486778b406dfa57cfd34e66db86064278ee3fea8f2c2afd2390772875e6fa3e
Diffstat (limited to 'test')
-rwxr-xr-x | test/functional/dbcrash.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/dbcrash.py b/test/functional/dbcrash.py index 71424f641b..24b9765b4e 100755 --- a/test/functional/dbcrash.py +++ b/test/functional/dbcrash.py @@ -64,7 +64,7 @@ class ChainstateWriteCrashTest(BitcoinTestFramework): def setup_network(self): # Need a bit of extra time for the nodes to start up for this test - self.add_nodes(self.num_nodes, timewait=90) + self.add_nodes(self.num_nodes, extra_args=self.extra_args, timewait=90) self.start_nodes() # Leave them unconnected, we'll use submitblock directly in this test |