Merge pull request #127799 from danielvegamyhre/makefile-fix

Fix bug in Makefile example for running integration tests
This commit is contained in:
Kubernetes Prow Robot 2024-10-04 07:28:27 +01:00 committed by GitHub
commit 6df3b28f22
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -203,7 +203,7 @@ define TEST_IT_HELP_INFO
# Example: # Example:
# make test-integration # make test-integration
# make test-integration WHAT=./test/integration/kubelet GOFLAGS="-v -coverpkg=./pkg/kubelet/..." KUBE_COVER="y" # make test-integration WHAT=./test/integration/kubelet GOFLAGS="-v -coverpkg=./pkg/kubelet/..." KUBE_COVER="y"
# make test-integration WHAT=./test/integration/pods GOFLAGS="-v" KUBE_TEST_ARGS='-run ^TestPodUpdateActiveDeadlineSeconds$$' # make test-integration WHAT=./test/integration/pods GOFLAGS="-v" KUBE_TEST_ARGS='-run ^TestPodUpdateActiveDeadlineSeconds$'
endef endef
.PHONY: test-integration .PHONY: test-integration
ifeq ($(PRINT_HELP),y) ifeq ($(PRINT_HELP),y)