./test.sh now runs successfully and we can now write RPC tests

This commit is contained in:
Duke
2025-08-12 22:17:18 -04:00
parent c8e1b598bc
commit 465fe58e6a
4 changed files with 51 additions and 44 deletions

View File

@@ -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: