aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
author0xb10c <0xb10c@gmail.com>2022-02-15 23:10:44 +0100
committer0xb10c <0xb10c@gmail.com>2022-02-20 14:59:15 +0100
commit76c60d7b31ccc50b226cdbc5e38be0bd67603408 (patch)
treee7ddb13a13390b0a331cb864986a0342f41d1286 /test/functional/test_runner.py
parent260e28ece87ba2e732ff8d8a379c4b27e77e3c0d (diff)
downloadbitcoin-76c60d7b31ccc50b226cdbc5e38be0bd67603408.tar.xz
test: validation:block_connected tracepoint test
This adds a test for the validation:block_connected tracepoint.
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 4f81823316..701c683180 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -170,6 +170,7 @@ BASE_SCRIPTS = [
'interface_rpc.py',
'interface_usdt_net.py',
'interface_usdt_utxocache.py',
+ 'interface_usdt_validation.py',
'rpc_psbt.py --legacy-wallet',
'rpc_psbt.py --descriptors',
'rpc_users.py',