aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2022-03-24 10:58:49 +0000
committerfanquake <fanquake@gmail.com>2022-03-24 11:11:56 +0000
commit8234cdaf6257792be7b18a53dbbbe44767f72c4b (patch)
tree1a83861c58861a2a8491adbf12747209d78ee7ca /test/functional/test_runner.py
parent6fee9de5427499af3a2fa1569ad7e5dd93fe112c (diff)
parent2726b60a3ac098b44f2970bed21147b70e12a1c2 (diff)
downloadbitcoin-8234cdaf6257792be7b18a53dbbbe44767f72c4b.tar.xz
Merge bitcoin/bitcoin#24587: test: use MiniWallet for rpc_createmultisig.py
2726b60a3ac098b44f2970bed21147b70e12a1c2 test: use MiniWallet for rpc_createmultisig.py (Ayush Sharma) Pull request description: This PR enables one of the non-wallet functional tests (rpc_createmultisig.py) to be run even with the Bitcoin Core wallet disabled by using the MiniWallet instead, as proposed in #20078 . ACKs for top commit: danielabrozzoni: re-ACK 2726b60a3ac098b44f2970bed21147b70e12a1c2 Tree-SHA512: fb0ef22d3f1c161ca5963cb19ce76533ac3941f15102fc0aa2286ef3bec48f219e5934d504b41976f9f295fb6ca582b737e0fea896df4eb964cdaba1b2c91650
Diffstat (limited to 'test/functional/test_runner.py')
-rwxr-xr-xtest/functional/test_runner.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py
index 2a55be989d..dd4a612c9e 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -224,8 +224,7 @@ BASE_SCRIPTS = [
'feature_rbf.py --descriptors',
'mempool_packages.py',
'mempool_package_onemore.py',
- 'rpc_createmultisig.py --legacy-wallet',
- 'rpc_createmultisig.py --descriptors',
+ 'rpc_createmultisig.py',
'rpc_packages.py',
'mempool_package_limits.py',
'feature_versionbits_warning.py',