
19 Apr
2022
19 Apr
'22
11:54 p.m.
On Sat, 2 Apr 2022 at 11:06, Alper Nebi Yasak alpernebiyasak@gmail.com wrote:
When printing a python tool's test results, the entire list of failed tests and their tracebacks are reprinted for every failed test. This makes the test output quite unreadable. Fix the loop to print failures and tracebacks one at a time.
Signed-off-by: Alper Nebi Yasak alpernebiyasak@gmail.com
tools/patman/test_util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Simon Glass sjg@chromium.org