Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
cpanato committed Mar 4, 2024
1 parent ffdccba commit 5895107
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/ci-e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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}"
Expand Down

0 comments on commit 5895107

Please sign in to comment.