aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorSebastian Falbesoner <sebastian.falbesoner@gmail.com>2021-11-26 17:16:08 +0100
committerSebastian Falbesoner <sebastian.falbesoner@gmail.com>2021-11-26 17:16:08 +0100
commitb79dbe86a9886b3539512f6c35205f4c5454a952 (patch)
treef6ffb59553a4487e70a718d0eb434dea0b0ca20e /test/functional/test_runner.py
parent166f8ec28e48aa4c0cd94544909c488df553d8ef (diff)
downloadbitcoin-b79dbe86a9886b3539512f6c35205f4c5454a952.tar.xz
test: add feature_rbf.py --descriptors to test_runner.py
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 ab5740d1aa..b9b4edf0ba 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -217,7 +217,8 @@ BASE_SCRIPTS = [
'rpc_getblockfilter.py',
'rpc_invalidateblock.py',
'feature_utxo_set_hash.py',
- 'feature_rbf.py',
+ 'feature_rbf.py --legacy-wallet',
+ 'feature_rbf.py --descriptors',
'mempool_packages.py',
'mempool_package_onemore.py',
'rpc_createmultisig.py --legacy-wallet',