aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Newbery <[email protected]>2017-09-04 11:45:01 -0400
committerJohn Newbery <[email protected]>2017-09-04 11:45:01 -0400
commit8fdb6f9126fe1e13b60de11fd34c204247679ef4 (patch)
treec8f5ffee494e3ea71bebddb81c3db3f9728e9a53
parentMerge #11198: [Qt] Fix display of package name on 'open config file' tooltip (diff)
downloaddiscoin-8fdb6f9126fe1e13b60de11fd34c204247679ef4.tar.xz
discoin-8fdb6f9126fe1e13b60de11fd34c204247679ef4.zip
[tests] fixup dbcrash interaction with add_nodes()
-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 71424f641..24b9765b4 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