Skip to content

Commit

Permalink
script usage
Browse files Browse the repository at this point in the history
  • Loading branch information
neuronull committed Jan 30, 2024
1 parent f11099a commit 5933c06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/ci-int-e2e-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ if [[ -z "${CI:-}" ]]; then
exit 1
fi

if [ $# -ne 1 ]
if [ $# -ne 2 ]
then
echo "usage: $0 INTEGRATION"
echo "usage: $0 [int|e2e] TEST_NAME"
exit 1
fi

Expand Down

0 comments on commit 5933c06

Please sign in to comment.