aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorRussell Yanofsky <russ@yanofsky.org>2020-10-07 14:50:05 -0400
committerAndrew Chow <achow101-github@achow101.com>2020-10-14 11:28:18 -0400
commitc4a29d0a90b821c443c10891d9326c534d15cf97 (patch)
tree3cb071df0b6bbf7839c8f0eb26c64372d17d1564 /test/functional/test_runner.py
parent310b0fde04639b7446efd5c1d2701caa4b991b86 (diff)
downloadbitcoin-c4a29d0a90b821c443c10891d9326c534d15cf97.tar.xz
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 6bd4f20df9..6b746b1fee 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',