You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .evergreen/run-tests.sh
+20-5Lines changed: 20 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,8 @@ CRYPT_SHARED_LIB_PATH="${CRYPT_SHARED_LIB_PATH:-}" # Optional path to crypt_shar
7
7
DRIVER_MONGODB_VERSION=${DRIVER_MONGODB_VERSION:-}# Required if IS_MATRIX_TESTING is "true"
8
8
IS_MATRIX_TESTING=${IS_MATRIX_TESTING:-}# Specify "true" to enable matrix testing. Defaults to empty string. If "true", DRIVER_MONGODB_VERSION and MONGODB_VERSION will also be checked.
9
9
MONGODB_URI=${MONGODB_URI:-}# Connection string (including credentials and topology info)
0 commit comments