mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-19 09:52:49 +00:00
fix make verify (#115871)
This commit is contained in:
parent
7e40d6d04e
commit
78c0018ca0
@ -32,7 +32,7 @@ cd "${KUBE_ROOT}"
|
|||||||
|
|
||||||
errors=()
|
errors=()
|
||||||
# Check conformance tests follow the requirements as https://git.k8s.io/community/contributors/devel/sig-architecture/conformance-tests.md#conformance-test-requirements
|
# 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
|
then
|
||||||
errors+=( "${failedLint}" )
|
errors+=( "${failedLint}" )
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user