Re: [U-Boot] [PATCH v2 21/29] binman: Move capture_sys_output() to test_util

2018-07-09 Thread Simon Glass
On 6 July 2018 at 10:27, Simon Glass wrote: > This function is useful in various tests. Move it into the common test > utility module. > > Signed-off-by: Simon Glass > --- > > Changes in v2: None > > tools/binman/elf_test.py | 22 ++ > tools/binman/image_test.py | 2 +- >

[U-Boot] [PATCH v2 21/29] binman: Move capture_sys_output() to test_util

2018-07-06 Thread Simon Glass
This function is useful in various tests. Move it into the common test utility module. Signed-off-by: Simon Glass --- Changes in v2: None tools/binman/elf_test.py | 22 ++ tools/binman/image_test.py | 2 +- tools/patman/test_util.py | 21 + 3 files