commit | 52664634797116ecd72bfad5b223eb1d053e5508 | [log] [tgz] |
---|---|---|
author | Alper Nebi Yasak <alpernebiyasak@gmail.com> | Sat Apr 02 20:06:04 2022 +0300 |
committer | Simon Glass <sjg@chromium.org> | Tue Jun 28 03:09:51 2022 +0100 |
tree | a3faeba822453514b665d9358eb891ce41bfc7ab | |
parent | f69a330c64906698edfd716b918dddcbfa864c6f [diff] |
patman: test_util: Fix printing results for failed tests 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> Reviewed-by: Simon Glass <sjg@chromium.org>