Revert "fix bug in Makefile"

This reverts commit 9dc27e93fb.
This commit is contained in:
Ed Bartosh 2024-10-12 23:27:19 +03:00
parent 426aa3d6ce
commit 3c58cab7a0

View File

@ -203,7 +203,7 @@ define TEST_IT_HELP_INFO
# Example:
# make test-integration
# 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
.PHONY: test-integration
ifeq ($(PRINT_HELP),y)