File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change 13
13
params=
14
14
for var in MONGODB_VERSION TOPOLOGY RVM_RUBY \
15
15
OCSP_ALGORITHM OCSP_STATUS OCSP_DELEGATE OCSP_MUST_STAPLE \
16
- OCSP_CONNECTIVITY OCSP_VERIFIER FLE \
17
- MONGO_RUBY_DRIVER_AWS_KEY MONGO_RUBY_DRIVER_AWS_SECRET \
18
- MONGO_RUBY_DRIVER_AWS_REGION MONGO_RUBY_DRIVER_AWS_ARN \
19
- MONGO_RUBY_DRIVER_AZURE_TENANT_ID MONGO_RUBY_DRIVER_AZURE_CLIENT_ID \
20
- MONGO_RUBY_DRIVER_AZURE_CLIENT_SECRET \
21
- MONGO_RUBY_DRIVER_AZURE_IDENTITY_PLATFORM_ENDPOINT \
22
- MONGO_RUBY_DRIVER_AZURE_KEY_VAULT_ENDPOINT MONGO_RUBY_DRIVER_AZURE_KEY_NAME \
23
- MONGO_RUBY_DRIVER_GCP_EMAIL MONGO_RUBY_DRIVER_GCP_PRIVATE_KEY \
24
- MONGO_RUBY_DRIVER_GCP_PROJECT_ID MONGO_RUBY_DRIVER_GCP_LOCATION \
25
- MONGO_RUBY_DRIVER_GCP_KEY_RING MONGO_RUBY_DRIVER_GCP_KEY_NAME \
26
- MONGO_RUBY_DRIVER_MONGOCRYPTD_PORT
16
+ OCSP_CONNECTIVITY OCSP_VERIFIER FLE
27
17
do
28
18
value=" ${! var} "
29
19
if test -n " $value " ; then
32
22
done
33
23
34
24
# OCSP verifier tests need debian10 so that ocsp mock works
35
- ./.evergreen/test-on-docker -p -d $DOCKER_DISTRO $params
25
+ ./.evergreen/test-on-docker -pa .env.private -d $DOCKER_DISTRO $params
You can’t perform that action at this time.
0 commit comments