aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorAndrew Chow <achow101-github@achow101.com>2021-10-18 16:24:24 -0400
committerAndrew Chow <achow101-github@achow101.com>2022-02-22 14:41:52 -0500
commitc4d76c6faa3adf06f192649e169ca860ce420d30 (patch)
tree70043d589a084e9676fedc156d5aed1b6f5094b9 /test/functional/test_runner.py
parent8077862c5e8a3ed501f0baabc33536eb16922ceb (diff)
downloadbitcoin-c4d76c6faa3adf06f192649e169ca860ce420d30.tar.xz
tests: Tests for inactive HD chains
test cases are added for inactive HD chains: a basic case, a case where the wallet is encrypted, and a case for the 21605 segfault.
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 0a764a1755..0cd0c7c3a5 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -279,6 +279,7 @@ BASE_SCRIPTS = [
'wallet_send.py --descriptors',
'wallet_create_tx.py --descriptors',
'wallet_taproot.py',
+ 'wallet_inactive_hdchains.py',
'p2p_fingerprint.py',
'feature_uacomment.py',
'feature_init.py',