Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
fixup! BREAKING CHANGE: group tests now accepts multiple tests and mu…
Browse files Browse the repository at this point in the history
…ltiple remotes
  • Loading branch information
fczuardi committed Mar 5, 2024
1 parent 1585994 commit 7c031df
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ if [ "$TEST_SUITE" = "big" ]; then
elif [ "$TEST_SUITE" = "small" ]; then
# Run tests for small suite
tests="delete-objects,k6-jslib-buckets"
just group-test delete-objects _small "$small_set_remotes" > results/debug_last_test.txt 2>&1
just group-test _big "$remotes" "$tests" > results/debug_last_big_test.txt 2>&1
just group-test _small "$remotes" "$tests" > results/debug_last_small_test.txt 2>&1
else
echo "Unknown TEST_SUITE value: $TEST_SUITE" > results/debug_last_test.txt 2>&1
exit 1
Expand Down

0 comments on commit 7c031df

Please sign in to comment.