<#18087 `experimental_run_in_sandbox` (also `esc`)...
# github-notifications
q
#18087 `experimental_run_in_sandbox` (also `esc`) should allow for output streams to be captured Issue created by chrisjrn Per feedback, being able to run targets directly as build steps (without modification) is useful, however, sometimes those targets output to stdout or stderr. While amending first-party code to output to a file is possible, for third-party artefacts, this may be difficult to attain. I propose adding a
capture_stdout
and a
capture_stderr
field to
eris
(
esc
too, but this is less important, since it supports shell redirection), which can be either
None
(do not capture) or a
str
(path relative to build root to save the file to). pantsbuild/pants