Browse Source

stop containers to avoid futher errors

Error:

```
Failed to remove container (rsyslog): Error response from daemon: Unable to remove filesystem
```
pull/402/head
Anton Kaliaev 8 years ago
parent
commit
ad354c4c48
No known key found for this signature in database GPG Key ID: 7B6881D965918214
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      test/p2p/test.sh

+ 3
- 0
test/p2p/test.sh View File

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

Loading…
Cancel
Save