mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
2wp: QA: Destroy things
This commit is contained in:
parent
c2d549ad23
commit
74ca34896b
1 changed files with 2 additions and 0 deletions
|
|
@ -235,8 +235,10 @@ except Exception as e:
|
||||||
print("Stopping daemons and cleaning up")
|
print("Stopping daemons and cleaning up")
|
||||||
bitcoin.stop()
|
bitcoin.stop()
|
||||||
sidechain.stop()
|
sidechain.stop()
|
||||||
|
sidechain2.stop()
|
||||||
|
|
||||||
time.sleep(5)
|
time.sleep(5)
|
||||||
|
|
||||||
|
shutil.rmtree(sidechain2_datadir)
|
||||||
shutil.rmtree(sidechain_datadir)
|
shutil.rmtree(sidechain_datadir)
|
||||||
shutil.rmtree(bitcoin_datadir)
|
shutil.rmtree(bitcoin_datadir)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue