Skip to content

Commit

Permalink
Remove leftover containers
Browse files Browse the repository at this point in the history
  • Loading branch information
mkumatag committed Oct 29, 2017
1 parent f3a08fe commit 6e6f909
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dist/functional-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ setup() {
}

teardown() {
docker rm -f flannel-e2e-test-flannel1 >/dev/null 2>/dev/null
docker rm -f flannel-e2e-test-flannel2 >/dev/null 2>/dev/null
docker rm -f flannel-e2e-test-flannel1 flannel-e2e-test-flannel2 flannel-e2e-test-flannel1-iperf flannel-host1 flannel-host2 > /dev/null 2>&1
}

write_config_etcd() {
Expand Down

0 comments on commit 6e6f909

Please sign in to comment.