From 76c60d7b31ccc50b226cdbc5e38be0bd67603408 Mon Sep 17 00:00:00 2001 From: 0xb10c <0xb10c@gmail.com> Date: Tue, 15 Feb 2022 23:10:44 +0100 Subject: test: validation:block_connected tracepoint test This adds a test for the validation:block_connected tracepoint. --- test/functional/test_runner.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/functional/test_runner.py') 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', -- cgit v1.2.3