Skip to content

Commit

Permalink
Fix test script
Browse files Browse the repository at this point in the history
  • Loading branch information
geoff-vball committed Oct 31, 2024
1 parent 19e45b5 commit b060ae3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/e2e_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,10 @@ go install -v github.com/onsi/ginkgo/v2/ginkgo@${GINKGO_VERSION}

for component in $(echo $components | tr ',' ' '); do
echo "Building e2e tests for $component"
ginkgo build ./tests/$component
ginkgo build ./tests/suites/$component

echo "Running e2e tests for $component"
RUN_E2E=true ./tests/$component/$component.test \
RUN_E2E=true ./tests/suites/$component/$component.test \
--ginkgo.vv \
--ginkgo.label-filter=${GINKGO_LABEL_FILTER:-""} \
--ginkgo.focus=${GINKGO_FOCUS:-""} \
Expand Down

0 comments on commit b060ae3

Please sign in to comment.