Fix up for posix flags

This commit is contained in:
Joe Beda
2015-01-13 12:02:24 -08:00
parent f692604bdf
commit 228659a177
21 changed files with 242 additions and 242 deletions

View File

@@ -46,7 +46,7 @@ rm -rf ~/.kube*
git clean -fdx
# Build
go run ./hack/e2e.go -v -build
go run ./hack/e2e.go -v --build
# Push to GCS
./build/push-ci-build.sh

View File

@@ -77,8 +77,8 @@ if [[ ! -z ${E2E_SET_CLUSTER_API_VERSION:-} ]]; then
export CLUSTER_API_VERSION=$(echo ${GITHASH} | cut -c 2-)
fi
go run ./hack/e2e.go ${E2E_OPT} -v -down
go run ./hack/e2e.go ${E2E_OPT} -v -up
go run ./hack/e2e.go -v -ctl="version --match-server-version=false"
go run ./hack/e2e.go ${E2E_OPT} --test -tap | tee ../e2e.${JOB_NAME}.${BUILD_NUMBER}.${GITHASH}.tap
go run ./hack/e2e.go ${E2E_OPT} -v -down
go run ./hack/e2e.go ${E2E_OPT} -v --down
go run ./hack/e2e.go ${E2E_OPT} -v --up
go run ./hack/e2e.go -v --ctl="version --match-server-version=false"
go run ./hack/e2e.go ${E2E_OPT} --test --tap | tee ../e2e.${JOB_NAME}.${BUILD_NUMBER}.${GITHASH}.tap
go run ./hack/e2e.go ${E2E_OPT} -v --down