diff options
author | Fabian Jahr <fjahr@protonmail.com> | 2019-10-03 20:53:21 +0200 |
---|---|---|
committer | Fabian Jahr <fjahr@protonmail.com> | 2019-10-13 13:09:35 +0200 |
commit | 89339d14607434b33cfa343dc75877b62b1dfe0e (patch) | |
tree | 50a2cea020329590fded6a26730c1de2874dc5d9 /test/functional/test_runner.py | |
parent | a689c119076c7b8dc5b4dea4539e4cbf5adfb72f (diff) |
tests: Add test for loadblock option
Diffstat (limited to 'test/functional/test_runner.py')
-rwxr-xr-x | test/functional/test_runner.py | 1 |
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', |