Skip to content

Commit

Permalink
Set PATH for kubetest2 so it can find helpers
Browse files Browse the repository at this point in the history
Signed-off-by: Connor Catlett <[email protected]>
  • Loading branch information
ConnorJC3 committed Sep 16, 2024
1 parent a5edb4e commit 6386a2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hack/e2e/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@ else

set -x
set +e
"${BIN}/kubetest2" noop \
# kubetest2 looks for deployers/testers in $PATH
PATH="${BIN}:${PATH}" "${BIN}/kubetest2" noop \
--run-id="e2e-kubernetes" \
--test=ginkgo \
-- \
Expand Down

0 comments on commit 6386a2c

Please sign in to comment.