mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	fix bug in Makefile
This commit is contained in:
		@@ -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)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user