Skip to content

Commit 94551c7

Browse files
committed
Evergreen: Fix sourcing javaConfig.bash for serverless
JAVA-4357
1 parent 59dc792 commit 94551c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.evergreen/run-serverless-tests.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ set -o errexit # Exit the script with error if any of the commands fail
1515
# Main Program #
1616
############################################
1717
RELATIVE_DIR_PATH="$(dirname "${BASH_SOURCE[0]:-$0}")"
18+
. "${RELATIVE_DIR_PATH}/javaConfig.bash"
1819

1920
echo "Running serverless tests with Java ${JAVA_VERSION}"
2021

0 commit comments

Comments
 (0)