HomeSealhub

Only merge STDERR when there are multiple lines

Description

Only merge STDERR when there are multiple lines

Otherwise, our multi-line concatenation logic will fail.

This is reasonable because we're only interested in STDERR output when
it represents Thrift error messages, which are always at least two lines
long. All other cases appear to be process-level error output, and that
will never match the regular expression pattern below.

Details

Provenance
Jon PariseAuthored on Nov 8 2017, 17:00
kuba-orlikPushed on May 3 2022, 16:02
Parents
R124:605330102dc6: Fix comparison operator
Branches
Unknown
Tags
Unknown

Event Timeline