Merge pull request #4637 from jlowdermilk/examples-e2e

Port update.sh to ginkgo test
This commit is contained in:
Satnam Singh
2015-02-20 14:58:50 -08:00
2 changed files with 195 additions and 0 deletions

View File

@@ -16,6 +16,9 @@
# Launches an nginx container and verifies it can be reached. Assumes that
# we're being called by hack/e2e-test.sh (we use some env vars it sets up).
# TODO: remove this once test/e2e/kubectl.go is green in jenkins
set -o errexit
set -o nounset
set -o pipefail