diff options
| author | João Barbosa <[email protected]> | 2018-11-20 17:59:07 +0000 |
|---|---|---|
| committer | João Barbosa <[email protected]> | 2018-11-23 16:54:22 +0000 |
| commit | 28479f926f21f2a91bec5a06671c60e5b0c55532 (patch) | |
| tree | 6b986bb8b54cde9fd0ff999fba4235711b290ebf /test/functional/test_runner.py | |
| parent | http: Remove timeout to exit event loop (diff) | |
| download | discoin-28479f926f21f2a91bec5a06671c60e5b0c55532.tar.xz discoin-28479f926f21f2a91bec5a06671c60e5b0c55532.zip | |
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 da55a3a15..2dc3abcfe 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 ] |