./test.sh now runs successfully and we can now write RPC tests
This commit is contained in:
@@ -134,10 +134,10 @@ class BitcoinTestFramework(object):
|
||||
stop_nodes(self.nodes)
|
||||
wait_bitcoinds()
|
||||
else:
|
||||
print("Note: hushds were not stopped and may still be running")
|
||||
print("Note: nodes were not stopped and may still be running")
|
||||
|
||||
if not self.options.nocleanup and not self.options.noshutdown:
|
||||
print("Cleaning up")
|
||||
print("Deleting %s" % self.options.tmpdir)
|
||||
shutil.rmtree(self.options.tmpdir)
|
||||
|
||||
if success:
|
||||
|
||||
Reference in New Issue
Block a user