mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-10-31 18:28:13 +00:00 
			
		
		
		
	fix make verify (#115871)
This commit is contained in:
		| @@ -32,7 +32,7 @@ cd "${KUBE_ROOT}" | ||||
|  | ||||
| errors=() | ||||
| # Check conformance tests follow the requirements as https://git.k8s.io/community/contributors/devel/sig-architecture/conformance-tests.md#conformance-test-requirements | ||||
| if ! failedLint=$(go run "${KUBE_ROOT}"/hack/conformance/check_conformance_test_requirements.go "${KUBE_ROOT}"/test/e2e/) | ||||
| if ! failedLint=$(GO111MODULE=on GOPROXY=off go run hack/conformance/check_conformance_test_requirements.go "${KUBE_ROOT}"/test/e2e/) | ||||
| then | ||||
|   errors+=( "${failedLint}" ) | ||||
| fi | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 andrew_li
					andrew_li