Re: [PATCH 1/2] selftests: x86: vdso_restorer: remove manual counting of pass/fail tests
From: Shuah Khan
Date: Tue Jul 16 2024 - 18:00:35 EST
On 7/12/24 01:30, Muhammad Usama Anjum wrote:
Use kselftest wrapper to mark tests pass/fail instead of manually
counting. This is needed to return correct exit status. This also
improves readability and mainability.
Signed-off-by: Muhammad Usama Anjum <usama.anjum@xxxxxxxxxxxxx>
As mentioned earlier, include before and after output from test run
to see the improvement clearly.
thanks,
-- Shuah