aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorJohn Newbery <john@johnnewbery.com>2017-04-19 11:14:53 -0400
committerJohn Newbery <john@johnnewbery.com>2017-04-19 13:47:56 -0400
commite367ad5b441d44479d40d6b04a270a571d073a65 (patch)
treec7ba4de0354e8cc7031df4f36681a4d404608103 /test/functional/test_runner.py
parentd6564a26f4afc28d7d1a24b94946916387c9bf24 (diff)
downloadbitcoin-e367ad5b441d44479d40d6b04a270a571d073a65.tar.xz
[tests] rename nodehandling to disconnectban
Diffstat (limited to 'test/functional/test_runner.py')
-rwxr-xr-xtest/functional/test_runner.py2
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',