From 74ca34896b7e550fab2584ea17f2208d87506a02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Tim=C3=B3n?= Date: Thu, 15 Feb 2018 06:58:08 +0100 Subject: [PATCH] 2wp: QA: Destroy things --- qa/rpc-tests/pegging.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qa/rpc-tests/pegging.py b/qa/rpc-tests/pegging.py index 3bbd28b3af..c5e8af32fc 100755 --- a/qa/rpc-tests/pegging.py +++ b/qa/rpc-tests/pegging.py @@ -235,8 +235,10 @@ except Exception as e: print("Stopping daemons and cleaning up") bitcoin.stop() sidechain.stop() +sidechain2.stop() time.sleep(5) +shutil.rmtree(sidechain2_datadir) shutil.rmtree(sidechain_datadir) shutil.rmtree(bitcoin_datadir)