Merge pull request #892 from brendandburns/teardown

Add a teardown option to the e2e, that just tears down the cluster, also make gce teardown synchronous.
This commit is contained in:
Daniel Smith
2014-08-14 10:11:13 -07:00
2 changed files with 9 additions and 2 deletions

View File

@@ -357,7 +357,8 @@ function test-teardown {
--project ${PROJECT} \
--norespect_terminal_width \
--force \
${MINION_TAG}-http-alt &
$(dirname $0)/../cluster/kube-down.sh > /dev/null &
${MINION_TAG}-http-alt
$(dirname $0)/../cluster/kube-down.sh > /dev/null
}