From ad354c4c483d7211a9ab2940833227af92815d0f Mon Sep 17 00:00:00 2001 From: Anton Kaliaev Date: Tue, 14 Feb 2017 19:23:28 +0400 Subject: [PATCH] stop containers to avoid futher errors Error: ``` Failed to remove container (rsyslog): Error response from daemon: Unable to remove filesystem ``` --- test/p2p/test.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/p2p/test.sh b/test/p2p/test.sh index 0f29aa199..4d91aaba5 100644 --- a/test/p2p/test.sh +++ b/test/p2p/test.sh @@ -31,3 +31,6 @@ bash test/p2p/fast_sync/test.sh $DOCKER_IMAGE $NETWORK_NAME $N $PROXY_APP # test killing all peers bash test/p2p/kill_all/test.sh $DOCKER_IMAGE $NETWORK_NAME $N 3 + +# stop the existing testnet and remove local network +bash test/p2p/local_testnet_stop.sh $NETWORK_NAME $N