aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorFabian Jahr <fjahr@protonmail.com>2019-10-03 20:53:21 +0200
committerFabian Jahr <fjahr@protonmail.com>2019-10-13 13:09:35 +0200
commit89339d14607434b33cfa343dc75877b62b1dfe0e (patch)
tree50a2cea020329590fded6a26730c1de2874dc5d9 /test/functional/test_runner.py
parenta689c119076c7b8dc5b4dea4539e4cbf5adfb72f (diff)
downloadbitcoin-89339d14607434b33cfa343dc75877b62b1dfe0e.tar.xz
tests: Add test for loadblock option
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 9c92091f1d..e0b523b718 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -197,6 +197,7 @@ BASE_SCRIPTS = [
'feature_uacomment.py',
'wallet_coinbase_category.py',
'feature_filelock.py',
+ 'feature_loadblock.py',
'p2p_dos_header_tree.py',
'p2p_unrequested_blocks.py',
'feature_includeconf.py',