Skip to content

Commit 38072fe

Browse files
committed
Update test info output
1 parent a5bd42b commit 38072fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/run-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ fi
3636
OS=$(uname -s | tr '[:upper:]' '[:lower:]')
3737
[ -z "$MARCH" ] && MARCH=$(uname -m | tr '[:upper:]' '[:lower:]')
3838

39-
echo "Running $AUTH tests over $SSL, connecting to $MONGODB_URI"
39+
echo "Running tests with $AUTH and $SSL, connecting to: $MONGODB_URI"
4040

4141
OLD_PATH=$PATH
4242
PATH=/opt/php/${PHP_VERSION}-64bit/bin:$OLD_PATH

0 commit comments

Comments
 (0)