aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorIvan Metlushko <metlushko@gmail.com>2020-10-09 14:24:20 +0700
committerIvan Metlushko <metlushko@gmail.com>2021-01-27 21:22:13 +0100
commit647b81b70938dc4dbcf32399c56f78be395c721a (patch)
tree3098f9a6da9bef19aa45e6865f7bc7ba5b20214e /test/functional/test_runner.py
parentf1f26b8d5baec4a45a3a9ba0440cd4eff7af8407 (diff)
downloadbitcoin-647b81b70938dc4dbcf32399c56f78be395c721a.tar.xz
wallet, rpc: add listdescriptors command
Diffstat (limited to 'test/functional/test_runner.py')
-rwxr-xr-xtest/functional/test_runner.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py
index 261c1f0a1b..f62a0f267a 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -237,6 +237,7 @@ BASE_SCRIPTS = [
'rpc_named_arguments.py',
'wallet_listsinceblock.py',
'wallet_listsinceblock.py --descriptors',
+ 'wallet_listdescriptors.py --descriptors',
'p2p_leak.py',
'wallet_encryption.py',
'wallet_encryption.py --descriptors',