aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2019-05-09 10:42:56 -0400
committerMarcoFalke <falke.marco@gmail.com>2019-05-13 10:44:42 -0400
commitfa320de79faaca2b088fcbe7f76701faa9bff236 (patch)
tree3f43f5c316901197825a260e0f12083cb6d90880 /test/functional/test_runner.py
parentfa3872e7b4540857261aed948b94b6b2bfdbc3d1 (diff)
downloadbitcoin-fa320de79faaca2b088fcbe7f76701faa9bff236.tar.xz
test: Add test for p2p_blocksonly
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 ec5d6f1715..eff6128588 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -141,6 +141,7 @@ BASE_SCRIPTS = [
'rpc_net.py',
'wallet_keypool.py',
'p2p_mempool.py',
+ 'p2p_blocksonly.py',
'mining_prioritisetransaction.py',
'p2p_invalid_locator.py',
'p2p_invalid_block.py',