mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-07 19:23:40 +00:00
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:
commit
30f367e15b
2
Makefile
2
Makefile
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user