We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5bd42b commit 38072feCopy full SHA for 38072fe
.evergreen/run-tests.sh
@@ -36,7 +36,7 @@ fi
36
OS=$(uname -s | tr '[:upper:]' '[:lower:]')
37
[ -z "$MARCH" ] && MARCH=$(uname -m | tr '[:upper:]' '[:lower:]')
38
39
-echo "Running $AUTH tests over $SSL, connecting to $MONGODB_URI"
+echo "Running tests with $AUTH and $SSL, connecting to: $MONGODB_URI"
40
41
OLD_PATH=$PATH
42
PATH=/opt/php/${PHP_VERSION}-64bit/bin:$OLD_PATH
0 commit comments