commit | 6c43562b879e4541ac371ab087c5cf6a1e5e7449 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jul 11 19:03:56 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Aug 05 11:47:55 2022 -0400 |
tree | 687b36ef348d2b573c9202a71195348dc7ab503a | |
parent | dcbc7021617088a4e756e38249cf5a20f404d323 [diff] |
buildman: Support running from an IDE Add a flag to allow buildman to behave properly for use from an IDE. This shows error/warning output on stderr and drops all summary and progress information. This should normally only be used when building a single board. Fix up a confusing comment for GetResultSummary() while we are here, since we want to use the Outcome object to access the unprocessed error lines from the build. Signed-off-by: Simon Glass <sjg@chromium.org>