Skip to content

Commit 04151e0

Browse files
derickrjmikola
authored andcommitted
Remove superfluous files, and remove unused env vars from run-tests.sh
1 parent 595bd4d commit 04151e0

File tree

4 files changed

+1
-42
lines changed

4 files changed

+1
-42
lines changed

.evergreen/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ functions:
346346
working_dir: "src"
347347
script: |
348348
${PREPARE_SHELL}
349-
AUTH=${AUTH} SSL=${SSL} MONGODB_URI="${MONGODB_URI}" sh ${PROJECT_DIRECTORY}/.evergreen/run-tests.sh
349+
SSL=${SSL} MONGODB_URI="${MONGODB_URI}" sh ${PROJECT_DIRECTORY}/.evergreen/run-tests.sh
350350
351351
"cleanup":
352352
- command: shell.exec

.evergreen/make-docs.sh

Lines changed: 0 additions & 26 deletions
This file was deleted.

.evergreen/make-release.sh

Lines changed: 0 additions & 13 deletions
This file was deleted.

.evergreen/run-tests.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@ set -o xtrace # Write all commands first to stderr
33
set -o errexit # Exit the script with error if any of the commands fail
44

55
# Supported/used environment variables:
6-
# AUTH Set to enable authentication. Defaults to "noauth"
76
# SSL Set to enable SSL. Defaults to "nossl"
87
# MONGODB_URI Set the suggested connection MONGODB_URI (including credentials and topology info)
9-
# MARCH Machine Architecture. Defaults to lowercase uname -m
108

119

1210
AUTH=${AUTH:-noauth}

0 commit comments

Comments
 (0)