aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJohn Newbery <john@johnnewbery.com>2017-09-04 11:45:01 -0400
committerJohn Newbery <john@johnnewbery.com>2017-09-04 11:45:01 -0400
commit8fdb6f9126fe1e13b60de11fd34c204247679ef4 (patch)
treec8f5ffee494e3ea71bebddb81c3db3f9728e9a53 /test
parentce665863b137ac4a7470cf006a92aa7694faca71 (diff)
downloadbitcoin-8fdb6f9126fe1e13b60de11fd34c204247679ef4.tar.xz
[tests] fixup dbcrash interaction with add_nodes()
Diffstat (limited to 'test')
-rwxr-xr-xtest/functional/dbcrash.py2
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