Skip to content

Commit 504c000

Browse files
committed
Default to Java 8 in run-tests.sh
1 parent 491e1c4 commit 504c000

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
@@ -19,7 +19,7 @@ set -o errexit # Exit the script with error if any of the commands fail
1919
AUTH=${AUTH:-noauth}
2020
SSL=${SSL:-nossl}
2121
MONGODB_URI=${MONGODB_URI:-}
22-
JDK=${JDK:-jdk}
22+
JDK=${JDK:-jdk8}
2323
TOPOLOGY=${TOPOLOGY:-server}
2424
COMPRESSOR=${COMPRESSOR:-}
2525
SLOW_TESTS_ONLY=${SLOW_TESTS_ONLY:-false}

0 commit comments

Comments
 (0)