diff options
author | Cristian Mircea Messel <mess110@gmail.com> | 2017-08-23 17:58:59 +0300 |
---|---|---|
committer | John Newbery <john@johnnewbery.com> | 2017-09-26 12:17:41 -0400 |
commit | 048e0c3e26051e66e027a84128923ea341d5337b (patch) | |
tree | c3cacc882f0b86b050360ff79873e67aee87cf1f /test/functional/test_runner.py | |
parent | d4cdbd6fb6ac3663d069307c4fd0078f4ecf0245 (diff) |
[rpc] [tests] Add deprecated RPC 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 8dbe6247ee..5c8740d7cd 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -98,6 +98,7 @@ BASE_SCRIPTS= [ 'disconnect_ban.py', 'decodescript.py', 'blockchain.py', + 'deprecated_rpc.py', 'disablewallet.py', 'net.py', 'keypool.py', |