diff options
author | Sebastian Falbesoner <sebastian.falbesoner@gmail.com> | 2021-12-06 20:00:37 +0100 |
---|---|---|
committer | Sebastian Falbesoner <sebastian.falbesoner@gmail.com> | 2021-12-06 20:13:10 +0100 |
commit | 035767f54a393ff9c0b4869b3142db12ecacb8e3 (patch) | |
tree | 20d130a6a0d0aac79885d7bd12bc2abc37d7c422 | |
parent | e4fa28a3228619b58d0177a28dc016aac8a87afe (diff) |
test: add interface_bitcoin_cli.py --descriptors to test_runner.py
-rwxr-xr-x | test/functional/test_runner.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py index 24740e3011..ac1eed63ab 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -138,7 +138,8 @@ BASE_SCRIPTS = [ 'feature_fee_estimation.py', 'interface_zmq.py', 'rpc_invalid_address_message.py', - 'interface_bitcoin_cli.py', + 'interface_bitcoin_cli.py --legacy-wallet', + 'interface_bitcoin_cli.py --descriptors', 'feature_bind_extra.py', 'mempool_resurrect.py', 'wallet_txn_doublespend.py --mineblock', |