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 59dc792 commit 94551c7Copy full SHA for 94551c7
.evergreen/run-serverless-tests.sh
@@ -15,6 +15,7 @@ set -o errexit # Exit the script with error if any of the commands fail
15
# Main Program #
16
############################################
17
RELATIVE_DIR_PATH="$(dirname "${BASH_SOURCE[0]:-$0}")"
18
+. "${RELATIVE_DIR_PATH}/javaConfig.bash"
19
20
echo "Running serverless tests with Java ${JAVA_VERSION}"
21
0 commit comments