Skip to content

Commit a47542b

Browse files
authored
CSHARP-5001: Pass OS variable to run-plain-auth-tests.sh (#1287)
1 parent e7084d4 commit a47542b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

evergreen/evergreen.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ functions:
101101
params:
102102
script: |
103103
${PREPARE_SHELL}
104-
OS=${OS} sh ${PROJECT_DIRECTORY}/evergreen/install-dotnet.sh
104+
sh ${PROJECT_DIRECTORY}/evergreen/install-dotnet.sh
105105
106106
prepare-resources:
107107
- command: shell.exec
@@ -437,7 +437,8 @@ functions:
437437
MONGODB_URI: ${plain_auth_mongodb_uri}
438438
script: |
439439
${PREPARE_SHELL}
440-
. evergreen/run-plain-auth-tests.sh
440+
OS=${OS} \
441+
evergreen/run-plain-auth-tests.sh
441442
442443
run-performance-tests:
443444
- command: shell.exec
@@ -738,7 +739,6 @@ functions:
738739
script: |
739740
set +x
740741
${PREPARE_SHELL}
741-
OS=${OS} \
742742
AUTH=${AUTH} \
743743
SSL=${SSL} \
744744
MONGODB_URI="${MONGODB_URI}" \

0 commit comments

Comments
 (0)