commit | 1f271dc47847c265175d5a9a056fd07c31decad2 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jan 20 14:26:01 2025 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 24 14:34:41 2025 -0600 |
tree | 2c050dc91a50176da754fabc9580e92436056f7a | |
parent | 4f621e577b573b54de20b1d6a8f9e6fc8a475581 [diff] |
test: Move stat-printing into its own function Add a function to show the stats, so we can decide when to print it. This slightly adjusts the output, so that any 'test not found' message appears on its own line after all other output. The 'failures' message now appears in lower case so update pytest accordingly. Signed-off-by: Simon Glass <sjg@chromium.org>