Skip to content

Commit bcb7123

Browse files
committed
test: add add_wallet_options to TestShell
without this, testShell runs with -disablewallet
1 parent 6061eb6 commit bcb7123

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/functional/test_framework/test_shell.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ class TestShell:
1616
start a single TestShell at a time."""
1717

1818
class __TestShell(BitcoinTestFramework):
19+
def add_options(self, parser):
20+
self.add_wallet_options(parser)
21+
1922
def set_test_params(self):
2023
pass
2124

0 commit comments

Comments
 (0)