aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorAndrew Chow <achow101-github@achow101.com>2020-11-06 15:34:41 -0500
committerAndrew Chow <achow101-github@achow101.com>2021-01-27 12:52:46 -0500
commit1194cf9269e6c4bf67b09c4766f42bf173d12c0a (patch)
treeeb6978c5404df129b746ef94d696790e46f4124c /test/functional/test_runner.py
parentfbaea7bfe44822710a36601c6b0febbd5e33dfbd (diff)
downloadbitcoin-1194cf9269e6c4bf67b09c4766f42bf173d12c0a.tar.xz
Fix wallet_send.py wallet setup to work with descriptors
Fixes the wallet setup so this test works with descriptor wallets. Also enabled explicit descriptor and legacy wallet testing in the test runner.
Diffstat (limited to 'test/functional/test_runner.py')
-rwxr-xr-xtest/functional/test_runner.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py
index dcc2e36916..a9726cee8a 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -252,7 +252,8 @@ BASE_SCRIPTS = [
'rpc_estimatefee.py',
'rpc_getblockstats.py',
'wallet_create_tx.py --legacy-wallet',
- 'wallet_send.py',
+ 'wallet_send.py --legacy-wallet',
+ 'wallet_send.py --descriptors',
'wallet_create_tx.py --descriptors',
'p2p_fingerprint.py',
'feature_uacomment.py',