aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJohn Newbery <john@johnnewbery.com>2017-09-04 11:45:01 -0400
committerMarcoFalke <falke.marco@gmail.com>2017-10-03 22:03:08 +0200
commitd8dd8e7356b4109cfde48d2667ea4da29c849cf8 (patch)
treea1257847751e4b9ea06cf681d1b76e8e6533dfc1 /test
parent2b97b36e5d37c6935dce112f90213f4f49cd88ad (diff)
downloadbitcoin-d8dd8e7356b4109cfde48d2667ea4da29c849cf8.tar.xz
[tests] fixup dbcrash interaction with add_nodes()
Github-Pull: #11230 Rebased-From: 8fdb6f9126fe1e13b60de11fd34c204247679ef4
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