Skip to content

Commit 02d07a9

Browse files
authored
Remove wildcards from cases in run-tests (#1153)
1 parent 89f703e commit 02d07a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.evergreen/run-tests.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,11 @@ export MONGODB_MULTI_MONGOS_LB_URI="${MONGODB_MULTI_MONGOS_LB_URI}"
8282

8383
# Run the tests, and store the results in a junit result file
8484
case "$TESTS" in
85-
atlas*)
85+
atlas)
8686
php vendor/bin/simple-phpunit $PHPUNIT_OPTS --group atlas
8787
;;
8888

89-
atlas-data-lake*)
89+
atlas-data-lake)
9090
php vendor/bin/simple-phpunit $PHPUNIT_OPTS --group atlas-data-lake
9191
;;
9292

0 commit comments

Comments
 (0)