]> www.infradead.org Git - users/dwmw2/linux.git/commit
kunit: tool: Only print the summary
authorDavid Gow <davidgow@google.com>
Wed, 13 Nov 2024 22:24:05 +0000 (22:24 +0000)
committerShuah Khan <skhan@linuxfoundation.org>
Tue, 19 Nov 2024 21:52:17 +0000 (14:52 -0700)
commit062a9dd9bad7d802a6f6f23b09118b69d8766c61
tree93cf4e5696617029ec21f8c590d6b59e89de4adb
parent5017ec667b48464a301d34db9b63fa5ab8765d49
kunit: tool: Only print the summary

Allow only printing the summary at the end of a test run, rather than all
individual test results. This summary will list a few failing tests if
there are any.

To use:

./tools/testing/kunit/kunit.py run --summary

Link: https://lore.kernel.org/r/20241113222406.1590372-1-rmoar@google.com
Signed-off-by: Rae Moar <rmoar@google.com>
Signed-off-by: David Gow <davidgow@google.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
tools/testing/kunit/kunit.py
tools/testing/kunit/kunit_parser.py
tools/testing/kunit/kunit_printer.py
tools/testing/kunit/kunit_tool_test.py