We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3f1821 commit e4a0c35Copy full SHA for e4a0c35
test/functional/feature_blocksdir.py
@@ -18,6 +18,8 @@ def set_test_params(self):
18
19
def run_test(self):
20
self.stop_node(0)
21
+ assert os.path.isdir(os.path.join(self.nodes[0].datadir, "regtest", "blocks"))
22
+ assert not os.path.isdir(os.path.join(self.nodes[0].datadir, "blocks"))
23
shutil.rmtree(self.nodes[0].datadir)
24
initialize_datadir(self.options.tmpdir, 0)
25
self.log.info("Starting with nonexistent blocksdir ...")
0 commit comments