Re: [PATCH v2 15/49] patman: Update errors and warnings to use stderr

2020-06-28 Thread Bin Meng
On Sun, Jun 14, 2020 at 10:57 AM Simon Glass wrote: > > When warnings and errors are produced by tools they should be written to > stderr. Update the tout implementation to handle this. > > Signed-off-by: Simon Glass > --- > > (no changes since v1) > > tools/binman/ftest.py | 2 +- > tools/patma

[PATCH v2 15/49] patman: Update errors and warnings to use stderr

2020-06-13 Thread Simon Glass
When warnings and errors are produced by tools they should be written to stderr. Update the tout implementation to handle this. Signed-off-by: Simon Glass --- (no changes since v1) tools/binman/ftest.py | 2 +- tools/patman/tout.py | 5 - 2 files changed, 5 insertions(+), 2 deletions(-)