Skip to content

Commit

Permalink
Fix doc comment in integration test script
Browse files Browse the repository at this point in the history
  • Loading branch information
maru-ava committed Nov 3, 2023
1 parent 357a41f commit 33669f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tests.integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -euo pipefail

# e.g.,
# ./scripts/tests.integration.sh
# ./scripts/tests.e2e.sh --ginkgo.label-filter=x # All arguments are supplied to gi
# ./scripts/tests.integration.sh --ginkgo.label-filter=x # All arguments are supplied to ginkgo
if ! [[ "$0" =~ scripts/tests.integration.sh ]]; then
echo "must be run from repository root"
exit 255
Expand Down

0 comments on commit 33669f7

Please sign in to comment.