fix(java): Pass missing integration test flags to native image test c… · googleapis/java-logging-servlet-initializer@c38b8f1 (original) (raw)
2 files changed
lines changed
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
1 | 1 | docker: |
2 | 2 | image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest |
3 | -digest: sha256:a4d7b2cfc6a9d6b378a6b2458740eae15fcab28854bd23dad3a15102d2e47c87 | |
3 | +digest: sha256:b5ce87328633e27aa3e65d42e84cc722519859349760cdad48c7b5051b519a7d |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -71,7 +71,7 @@ integration) | ||
71 | 71 | ;; |
72 | 72 | graalvm) |
73 | 73 | # 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 | |
75 | 75 | RETURN_CODE=$? |
76 | 76 | ;; |
77 | 77 | samples) |