aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorAva Chow <github@achow101.com>2023-12-20 18:11:51 -0500
committerAva Chow <github@achow101.com>2024-03-20 16:15:43 -0400
commit3b09d0eb7f2c1d6ebdab73d18db28e5bf7d74f18 (patch)
tree6b292e024293f348097214fcd72e07dbc32f2853 /test/functional/test_runner.py
parent5febe28c9e131fb93fac9c35f80c42759654f150 (diff)
downloadbitcoin-3b09d0eb7f2c1d6ebdab73d18db28e5bf7d74f18.tar.xz
tests: Test for gethdkeys
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 e438a60edc..1f6bb32e0a 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -181,6 +181,7 @@ BASE_SCRIPTS = [
'wallet_keypool_topup.py --legacy-wallet',
'wallet_keypool_topup.py --descriptors',
'wallet_fast_rescan.py --descriptors',
+ 'wallet_gethdkeys.py --descriptors',
'interface_zmq.py',
'rpc_invalid_address_message.py',
'rpc_validateaddress.py',