Merge pull request #41236 from fejta/e2e

Automatic merge from submit-queue

Add -- flag to test-e2e to send flags to kubetest

ref https://github.com/kubernetes/test-infra/issues/1475

Will also do a PR for the docs in the community repo.
This commit is contained in:
Kubernetes Submit Queue 2017-02-10 05:37:21 -08:00 committed by GitHub
commit 30f367e15b

View File

@ -191,7 +191,7 @@ test-e2e:
@echo "$$TEST_E2E_HELP_INFO"
else
test-e2e: ginkgo generated_files
go run hack/e2e.go -v --build --up --test --down
go run hack/e2e.go -- -v --build --up --test --down
endif
define TEST_E2E_NODE_HELP_INFO