Breakfix for #4177, not a real solution

pull/6/head
Zach Loafman 2015-02-05 11:24:45 -08:00
parent 3a16a9c39e
commit 49a1984e98
1 changed files with 1 additions and 1 deletions

View File

@ -83,5 +83,5 @@ export E2E_REPORT_DIR=${WORKSPACE}
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} -v --test
go run ./hack/e2e.go ${E2E_OPT} -v --test || echo "Ignored, Jenkins will pass/fail based on test failures"
go run ./hack/e2e.go ${E2E_OPT} -v --down