Skip to content

Commit d72dd3e

Browse files
committed
add files
1 parent 08abb8b commit d72dd3e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.evergreen/run-mongodb-oidc-test.sh

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ set -eu
55

66
echo "Running MONGODB-OIDC authentication tests on ${OIDC_ENV}..."
77

8-
bash ./.evergreen/just.sh setup-tests auth_oidc $K8S_VARIANT-remote
8+
if [ ${OIDC_ENV} == "k8s" ]; then
9+
SUB_TEST_NAME=$K8S_VARIANT-remote
10+
else
11+
SUB_TEST_NAME=$OIDC_ENV-remote
12+
fi
13+
bash ./.evergreen/just.sh setup-tests auth_oidc $SUB_TEST_NAME
914
bash ./.evergreen/just.sh run-tests "${@:1}"
1015

1116
echo "Running MONGODB-OIDC authentication tests on ${OIDC_ENV}... done."

0 commit comments

Comments
 (0)