aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorSjors Provoost <sjors@sprovoost.nl>2023-11-13 15:19:12 +0400
committerSjors Provoost <sjors@sprovoost.nl>2023-11-13 15:19:12 +0400
commit997b9a73e5166b4244f7c5b4fe144d524f3005f4 (patch)
treea95414be424702fcaaef6e0f9ce8af57b1b35ee6 /test/functional/test_runner.py
parent8243762700bc6e7876ae5d4fc000500858b99f66 (diff)
downloadbitcoin-997b9a73e5166b4244f7c5b4fe144d524f3005f4.tar.xz
test: add assumeutxo wallet test
Co-Authored-By: MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>
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 35c662b0d9..acbcde8775 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -339,6 +339,7 @@ BASE_SCRIPTS = [
'feature_filelock.py',
'feature_loadblock.py',
'feature_assumeutxo.py',
+ 'wallet_assumeutxo.py --descriptors',
'p2p_dos_header_tree.py',
'p2p_add_connections.py',
'feature_bind_port_discover.py',