aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorRussell Yanofsky <[email protected]>2020-10-07 14:50:05 -0400
committerAndrew Chow <[email protected]>2020-10-14 11:28:18 -0400
commitc4a29d0a90b821c443c10891d9326c534d15cf97 (patch)
tree3cb071df0b6bbf7839c8f0eb26c64372d17d1564 /test/functional/test_runner.py
parentRun dumpwallet for legacy wallets only in wallet_backup.py (diff)
downloaddiscoin-c4a29d0a90b821c443c10891d9326c534d15cf97.tar.xz
discoin-c4a29d0a90b821c443c10891d9326c534d15cf97.zip
Update wallet_multiwallet.py for descriptor and sqlite wallets
Diffstat (limited to 'test/functional/test_runner.py')
-rwxr-xr-xtest/functional/test_runner.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py
index 6bd4f20df..6b746b1fe 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -141,6 +141,7 @@ BASE_SCRIPTS = [
'mempool_reorg.py',
'mempool_persist.py',
'wallet_multiwallet.py',
+ 'wallet_multiwallet.py --descriptors',
'wallet_multiwallet.py --usecli',
'wallet_createwallet.py',
'wallet_createwallet.py --usecli',