Skip to content

Commit b415fa0

Browse files
committed
try also-make
1 parent 4cd4b00 commit b415fa0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.kokoro/build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ case ${JOB_TYPE} in
118118
echo "SUREFIRE_JVM_OPT: ${SUREFIRE_JVM_OPT}"
119119
echo "INTEGRATION_TEST_ARGS: ${INTEGRATION_TEST_ARGS}"
120120
mvn verify -Penable-integration-tests \
121+
--also-make \
121122
${INTEGRATION_TEST_ARGS} \
122123
-B -ntp -fae \
123124
-DtrimStackTrace=false \
@@ -176,6 +177,7 @@ case ${JOB_TYPE} in
176177
pushd "${BUILD_SUBDIR}"
177178
echo "INTEGRATION_TEST_ARGS: ${INTEGRATION_TEST_ARGS}"
178179
mvn test -Pnative \
180+
--also-make \
179181
${INTEGRATION_TEST_ARGS} \
180182
-B -ntp -fae \
181183
-DtrimStackTrace=false \

0 commit comments

Comments
 (0)