
29 Jul
2019
29 Jul
'19
11:22 p.m.
At present tout writes directly to stdout. This is not necessary and it prevents tests from redirecting output. Change it to use print() for the non-progress output.
Signed-off-by: Simon Glass sjg@chromium.org ---
tools/patman/tout.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)
Applied to u-boot-dm, thanks!