Skip to content

Commit 6df3b28

Browse files
authored
Merge pull request kubernetes#127799 from danielvegamyhre/makefile-fix
Fix bug in Makefile example for running integration tests
2 parents c923a61 + 9dc27e9 commit 6df3b28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/root/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ define TEST_IT_HELP_INFO
203203
# Example:
204204
# make test-integration
205205
# make test-integration WHAT=./test/integration/kubelet GOFLAGS="-v -coverpkg=./pkg/kubelet/..." KUBE_COVER="y"
206-
# make test-integration WHAT=./test/integration/pods GOFLAGS="-v" KUBE_TEST_ARGS='-run ^TestPodUpdateActiveDeadlineSeconds$$'
206+
# make test-integration WHAT=./test/integration/pods GOFLAGS="-v" KUBE_TEST_ARGS='-run ^TestPodUpdateActiveDeadlineSeconds$'
207207
endef
208208
.PHONY: test-integration
209209
ifeq ($(PRINT_HELP),y)

0 commit comments

Comments
 (0)