From b79dbe86a9886b3539512f6c35205f4c5454a952 Mon Sep 17 00:00:00 2001 From: Sebastian Falbesoner Date: Fri, 26 Nov 2021 17:16:08 +0100 Subject: test: add feature_rbf.py --descriptors to test_runner.py --- test/functional/test_runner.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/functional/test_runner.py') 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', -- cgit v1.2.3