From 5895107771b46d059ff967a5ec5ea532202f74f7 Mon Sep 17 00:00:00 2001 From: cpanato Date: Mon, 4 Mar 2024 16:47:44 -0500 Subject: [PATCH] test --- scripts/ci-e2e.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/ci-e2e.sh b/scripts/ci-e2e.sh index 33620ea9b..fd6930efe 100755 --- a/scripts/ci-e2e.sh +++ b/scripts/ci-e2e.sh @@ -35,6 +35,8 @@ source "${REPO_ROOT}/hack/ensure-go.sh" # Make sure the tools binaries are on the path. export PATH="${REPO_ROOT}/hack/tools/bin:${PATH}" +kustomize version + # Configure e2e tests export GINKGO_NODES=3 export GINKGO_ARGS="--fail-fast" # Other ginkgo args that need to be appended to the command. @@ -275,7 +277,7 @@ EOF init_networks fi - PATH="${REPO_ROOT}/hack/tools/bin:${PATH}" make test-e2e + make test-e2e test_status="${?}" echo TESTSTATUS echo "${test_status}"