Skip to content

Commit

Permalink
Remove alias
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric-anne committed Mar 27, 2023
1 parent 4218f16 commit 789e389
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,6 @@ if [[ $# -gt 0 ]]; then

for KEY in "${ARGS[@]}"; do
INDEX=0
if [[ "$KEY" == "functionnal" ]]; then
KEY="functional"
fi
for VALID_KEY in "${TESTS_SUITES[@]}"; do
if [[ "$VALID_KEY" == "$KEY" ]]; then
TESTS_TO_RUN[$INDEX]=$KEY
Expand Down

0 comments on commit 789e389

Please sign in to comment.