Skip to content

Commit

Permalink
fix(java): Pass missing integration test flags to native image test c…
Browse files Browse the repository at this point in the history
…ommands (#1309)
  • Loading branch information
dzou authored Jan 4, 2022
1 parent dd6754c commit 21f4a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synthtool/gcp/templates/java_library/.kokoro/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ integration)
;;
graalvm)
# Run Unit and Integration Tests with Native Image
mvn -ntp -Pnative -Penable-integration-tests test
mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative -Penable-integration-tests test
RETURN_CODE=$?
;;
samples)
Expand Down

0 comments on commit 21f4a8d

Please sign in to comment.