Skip to content

Commit

Permalink
Cleanup non-external e2e test handling
Browse files Browse the repository at this point in the history
Signed-off-by: Connor Catlett <conncatl@amazon.com>
  • Loading branch information
ConnorJC3 committed Jul 5, 2024
1 parent 0dc7064 commit 58e4226
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions hack/e2e/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -129,15 +129,13 @@ else
set -e
set +x
popd
fi

if [[ $TEST_PATH == "./tests/e2e/..." ]]; then
else
set -x
set +e
"${BIN}/ginkgo" -p -nodes="${GINKGO_PARALLEL}" -v \
--focus="${GINKGO_FOCUS}" \
--skip="${GINKGO_SKIP}" \
"${BASE_DIR}/../../tests/e2e/..." \
"${TEST_PATH}" \
-- \
-kubeconfig="${KUBECONFIG}" \
-report-dir="${TEST_DIR}/artifacts" \
Expand Down

0 comments on commit 58e4226

Please sign in to comment.