commit | ae1a09f8039a064135629e3b37e108e8ee1814b3 | [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 | 5635c5072062eb988ff60385ad9b93526d22ce7c [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>