mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-12 14:03:11 +02:00
tests: Use a default of supports_cli=True (instead of supports_cli=False)
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user