Port update.sh to ginkgo test

This commit is contained in:
Jeff Lowdermilk
2015-02-20 09:35:42 -08:00
parent 5eb71a1877
commit b389b360f8
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