Commit 30f367e1 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

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.
parents a50ecde9 159a46c3
...@@ -191,7 +191,7 @@ test-e2e: ...@@ -191,7 +191,7 @@ test-e2e:
@echo "$$TEST_E2E_HELP_INFO" @echo "$$TEST_E2E_HELP_INFO"
else else
test-e2e: ginkgo generated_files 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 endif
define TEST_E2E_NODE_HELP_INFO define TEST_E2E_NODE_HELP_INFO
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment