
29 Jun
2020
29 Jun
'20
8:21 a.m.
On Sun, Jun 14, 2020 at 10:57 AM Simon Glass sjg@chromium.org wrote:
At present binman outputs errors to stdout which means that fails are effectively silent when printed by buildman, for example. Fix this by outputing errors to stderr.
Signed-off-by: Simon Glass sjg@chromium.org
Changes in v2:
- Add new binman patch to output errors to stderr
tools/binman/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Bin Meng bmeng.cn@gmail.com