diff options
author | Karl-Johan Alm <karljohan-alm@garage.co.jp> | 2017-04-18 16:53:34 +0900 |
---|---|---|
committer | Karl-Johan Alm <karljohan-alm@garage.co.jp> | 2017-04-21 12:51:50 +0900 |
commit | ed60970c83d68b2afd60f133f6b9b92797ee6034 (patch) | |
tree | 401f0c48d69fa1b4c9f6d366dab8e50db2a11d8f /test/functional/test_runner.py | |
parent | a86255b11633fccceffee66e5b79e5954330f3f9 (diff) |
[test] Test abortrescan command.
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 fc4e675fec..45a795f064 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -108,6 +108,7 @@ BASE_SCRIPTS= [ 'rpcnamedargs.py', 'listsinceblock.py', 'p2p-leaktests.py', + 'import-abort-rescan.py', ] ZMQ_SCRIPTS = [ |