diff options
author | John Newbery <john@johnnewbery.com> | 2017-04-19 11:14:53 -0400 |
---|---|---|
committer | John Newbery <john@johnnewbery.com> | 2017-04-19 13:47:56 -0400 |
commit | e367ad5b441d44479d40d6b04a270a571d073a65 (patch) | |
tree | c7ba4de0354e8cc7031df4f36681a4d404608103 /test/functional/test_runner.py | |
parent | d6564a26f4afc28d7d1a24b94946916387c9bf24 (diff) |
[tests] rename nodehandling to disconnectban
Diffstat (limited to 'test/functional/test_runner.py')
-rwxr-xr-x | test/functional/test_runner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py index bb12328ec1..0868700387 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -80,7 +80,7 @@ BASE_SCRIPTS= [ 'multi_rpc.py', 'proxy_test.py', 'signrawtransactions.py', - 'nodehandling.py', + 'disconnect_ban.py', 'decodescript.py', 'blockchain.py', 'disablewallet.py', |