[qa] create_cache: Delete temp dir when done

pull/8713/head
MarcoFalke 8 years ago
parent fa7caf6d91
commit fa27d990ee

@ -12,9 +12,15 @@ from test_framework.test_framework import BitcoinTestFramework
class CreateCache(BitcoinTestFramework):
def __init__(self):
super().__init__()
# Test network and test nodes are not required:
self.num_nodes = 0
self.nodes = []
def setup_network(self):
# Don't setup any test nodes
self.options.noshutdown = True
pass
def run_test(self):
pass

Loading…
Cancel
Save