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 491e1c4 commit 504c000Copy full SHA for 504c000
.evergreen/run-tests.sh
@@ -19,7 +19,7 @@ set -o errexit # Exit the script with error if any of the commands fail
19
AUTH=${AUTH:-noauth}
20
SSL=${SSL:-nossl}
21
MONGODB_URI=${MONGODB_URI:-}
22
-JDK=${JDK:-jdk}
+JDK=${JDK:-jdk8}
23
TOPOLOGY=${TOPOLOGY:-server}
24
COMPRESSOR=${COMPRESSOR:-}
25
SLOW_TESTS_ONLY=${SLOW_TESTS_ONLY:-false}
0 commit comments