Skip to content

Commit 21f4a8d

Browse files
authored
fix(java): Pass missing integration test flags to native image test commands (#1309)
1 parent dd6754c commit 21f4a8d

File tree

1 file changed

+1
-1
lines changed
  • synthtool/gcp/templates/java_library/.kokoro

1 file changed

+1
-1
lines changed

synthtool/gcp/templates/java_library/.kokoro/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ integration)
7171
;;
7272
graalvm)
7373
# Run Unit and Integration Tests with Native Image
74-
mvn -ntp -Pnative -Penable-integration-tests test
74+
mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative -Penable-integration-tests test
7575
RETURN_CODE=$?
7676
;;
7777
samples)

0 commit comments

Comments
 (0)