Skip to content

Commit

Permalink
Cloud Build: Add --output-sync=target to run-sdk-conformance-tests (#…
Browse files Browse the repository at this point in the history
…1157)

Makes it a bit easier to parse when things go wrong.
  • Loading branch information
markmandel authored Oct 28, 2019
1 parent 10017be commit f3740c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ steps:
- name: "make-docker"
id: sdk-conformance
dir: "build"
args: [ "-j", "4", "run-sdk-conformance-tests"]
args: [ "-j", "4", "--output-sync=target", "run-sdk-conformance-tests"]
waitFor:
- build-images

Expand Down

0 comments on commit f3740c3

Please sign in to comment.