Skip to content

Commit

Permalink
feat: show output from microgenerator runs (#575)
Browse files Browse the repository at this point in the history
Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
Co-authored-by: Jeffrey Rennie <rennie@google.com>
  • Loading branch information
3 people committed Jun 5, 2020
1 parent d3b1d93 commit 9c2913e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synthtool/gcp/gapic_microgenerator.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def _generate_code(
docker_run_args.append(value)

logger.debug(f"Generating code for: {proto_path}.")
shell.run(docker_run_args)
shell.run(docker_run_args, hide_output=False)

# Sanity check: Does the output location have code in it?
# If not, complain.
Expand Down

0 comments on commit 9c2913e

Please sign in to comment.