-
- Downloads
aptly: Capture the output of the publisher’s subprocess
If we just die, the output is not actually captured by the calling
subroutine. We need to explicitly capture and bubble it up.
Use tee_merged instead of capture_merged to ensure the output is
captured in the logs immediately. The downside is that in case of
an error the output is logged twice.
Signed-off-by:
Andrej Shadura <andrew.shadura@collabora.co.uk>
Please register or sign in to comment