Re: [PATCH 1/2] kunit: tool: Only print the summary

2024-11-12 Thread David Gow
On Tue, 29 Oct 2024 at 06:43, Rae Moar wrote: > > From: David Gow > > 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 >

[PATCH 1/2] kunit: tool: Only print the summary

2024-10-28 Thread Rae Moar
From: David Gow 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 Signed-off-by: Rae Moar Signed-off-by: David Gow --- tools/tes