aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorAntoine Poinsot <darosior@protonmail.com>2022-01-14 14:25:55 +0100
committerAntoine Poinsot <darosior@protonmail.com>2022-07-14 12:11:44 +0200
commitffc79b8e492c6dd1352e528fd82e45d8d25eaa04 (patch)
tree59a03f01e0009fbb0c54d349388157961e068634 /test/functional/test_runner.py
parentbfb036756ad6e187fd6d3abfefe5804bb54a5c71 (diff)
downloadbitcoin-ffc79b8e492c6dd1352e528fd82e45d8d25eaa04.tar.xz
qa: functional test Miniscript watchonly support
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 08229de57a..85dfa20a5a 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -204,6 +204,7 @@ BASE_SCRIPTS = [
'wallet_keypool.py --legacy-wallet',
'wallet_keypool.py --descriptors',
'wallet_descriptor.py --descriptors',
+ 'wallet_miniscript.py',
'feature_maxtipage.py',
'p2p_nobloomfilter_messages.py',
'p2p_filter.py',