Skip to content

Commit 9b6496e

Browse files
fix(java): add -ntp flag to native image testing command (#593)
Source-Author: Daniel Zou <[email protected]> Source-Date: Mon Dec 6 11:14:51 2021 -0500 Source-Repo: googleapis/synthtool Source-Sha: 723f3ce6c8927683e96cd7a4a02b59606a14eafc Source-Link: googleapis/synthtool@723f3ce
1 parent 6e1ef2d commit 9b6496e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.kokoro/build.sh

+1-1
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 test -Pnative -Penable-integration-tests
74+
mvn -ntp -Pnative -Penable-integration-tests test
7575
RETURN_CODE=$?
7676
;;
7777
samples)

synth.metadata

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-datastore.git",
7-
"sha": "34cd2d378c3eb3b3004c2c97e5d3f7e6072d69ea"
7+
"sha": "e08f9d93d8a8b912fffd602bed3189c1bed664a6"
88
}
99
},
1010
{
@@ -19,7 +19,7 @@
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://github.com/googleapis/synthtool.git",
22-
"sha": "7a7c48f96e90d1cdc3ab0cc8293279fdcb10fd36"
22+
"sha": "723f3ce6c8927683e96cd7a4a02b59606a14eafc"
2323
}
2424
}
2525
],

0 commit comments

Comments
 (0)