aboutsummaryrefslogtreecommitdiff
path: root/test/functional/create_cache.py
diff options
context:
space:
mode:
authorpracticalswift <[email protected]>2019-12-06 13:22:04 +0000
committerpracticalswift <[email protected]>2019-12-06 15:24:06 +0000
commit5ac804a9eb0cdbdcff8b50ecfb736f8793cab805 (patch)
treee6a609766a3d805b7ef1772b406faebf22269bf4 /test/functional/create_cache.py
parenttests: Mark functional tests not supporting bitcoin-cli (--usecli) as such (diff)
downloaddiscoin-5ac804a9eb0cdbdcff8b50ecfb736f8793cab805.tar.xz
discoin-5ac804a9eb0cdbdcff8b50ecfb736f8793cab805.zip
tests: Use a default of supports_cli=True (instead of supports_cli=False)
Diffstat (limited to 'test/functional/create_cache.py')
-rwxr-xr-xtest/functional/create_cache.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/create_cache.py b/test/functional/create_cache.py
index edf16fa47..16a791177 100755
--- a/test/functional/create_cache.py
+++ b/test/functional/create_cache.py
@@ -16,7 +16,6 @@ class CreateCache(BitcoinTestFramework):
def set_test_params(self):
self.num_nodes = 0
- self.supports_cli = True
def setup_network(self):
pass