tests: Use a default of supports_cli=True (instead of supports_cli=False)

This commit is contained in:
practicalswift
2019-12-06 13:22:04 +00:00
parent 993e38a4e2
commit 5ac804a9eb
6 changed files with 1 additions and 6 deletions

View File

@ -97,7 +97,7 @@ class BitcoinTestFramework(metaclass=BitcoinTestMetaClass):
self.nodes = []
self.network_thread = None
self.rpc_timeout = 60 # Wait for up to 60 seconds for the RPC server to respond
self.supports_cli = False
self.supports_cli = True
self.bind_to_localhost_only = True
self.set_test_params()
self.parse_args()