Skip Go target normalization in integration tests

This commit is contained in:
Tim Hockin
2024-09-24 12:02:54 -07:00
parent 3582dce115
commit cf280dd6c2
5 changed files with 41 additions and 15 deletions

View File

@@ -25,4 +25,6 @@ set -o pipefail
KUBE_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
source "${KUBE_ROOT}/hack/lib/init.sh"
FOUND="$(echo "${PATH}" | sed 's/:/\n/g' | grep -q "^${KUBE_ROOT}/third_party/etcd$" || true)"
kube::etcd::install
test -n "${FOUND}" || echo " PATH=\"\$PATH:${KUBE_ROOT}/third_party/etcd\""