mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-19 01:40:13 +00:00
fix make verify (#115871)
This commit is contained in:
parent
7e40d6d04e
commit
78c0018ca0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user