diff options
author | Jonas Schnelli <dev@jonasschnelli.ch> | 2018-03-09 12:43:55 +0800 |
---|---|---|
committer | Jonas Schnelli <dev@jonasschnelli.ch> | 2018-03-18 12:24:10 +0700 |
commit | f38e4fdb06406f9a1a2562836fab523eb75b5090 (patch) | |
tree | 5e9b40207f9df611c29656973ee0cd3d89c9fe5a /test/functional/test_runner.py | |
parent | 386a6b62a8a1db9dd0f354cb95b7585f555c7e5d (diff) |
QA: Add -blocksdir test
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 082191098e..14211cd402 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -133,6 +133,7 @@ BASE_SCRIPTS= [ 'p2p_unrequested_blocks.py', 'feature_logging.py', 'p2p_node_network_limited.py', + 'feature_blocksdir.py', 'feature_config_args.py', # Don't append tests at the end to avoid merge conflicts # Put them in a random line within the section that fits their approximate run-time |