diff options
author | João Barbosa <joao.paulo.barbosa@gmail.com> | 2018-11-20 17:59:07 +0000 |
---|---|---|
committer | João Barbosa <joao.paulo.barbosa@gmail.com> | 2018-11-23 16:54:22 +0000 |
commit | 28479f926f21f2a91bec5a06671c60e5b0c55532 (patch) | |
tree | 6b986bb8b54cde9fd0ff999fba4235711b290ebf /test/functional/test_runner.py | |
parent | 8d3f46ec3938e2ba17654fecacd1d2629f9915fd (diff) |
qa: Test bitcond shutdown
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 da55a3a156..2dc3abcfe6 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -185,6 +185,7 @@ BASE_SCRIPTS = [ 'feature_config_args.py', 'rpc_help.py', 'feature_help.py', + 'feature_shutdown.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 ] |