diff options
| author | John Newbery <[email protected]> | 2017-09-04 11:45:01 -0400 |
|---|---|---|
| committer | John Newbery <[email protected]> | 2017-09-04 11:45:01 -0400 |
| commit | 8fdb6f9126fe1e13b60de11fd34c204247679ef4 (patch) | |
| tree | c8f5ffee494e3ea71bebddb81c3db3f9728e9a53 | |
| parent | Merge #11198: [Qt] Fix display of package name on 'open config file' tooltip (diff) | |
| download | discoin-8fdb6f9126fe1e13b60de11fd34c204247679ef4.tar.xz discoin-8fdb6f9126fe1e13b60de11fd34c204247679ef4.zip | |
[tests] fixup dbcrash interaction with add_nodes()
| -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 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 |