Skip to content

Commit

Permalink
Default to Java 8 in run-tests.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jyemin committed Feb 4, 2021
1 parent 491e1c4 commit 504c000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .evergreen/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ set -o errexit # Exit the script with error if any of the commands fail
AUTH=${AUTH:-noauth}
SSL=${SSL:-nossl}
MONGODB_URI=${MONGODB_URI:-}
JDK=${JDK:-jdk}
JDK=${JDK:-jdk8}
TOPOLOGY=${TOPOLOGY:-server}
COMPRESSOR=${COMPRESSOR:-}
SLOW_TESTS_ONLY=${SLOW_TESTS_ONLY:-false}
Expand Down

0 comments on commit 504c000

Please sign in to comment.