Re: [PATCH] selftests: ipc: Replace fail print statements with ksft_test_result_fail

From: Shuah Khan
Date: Mon Jun 02 2025 - 18:17:44 EST


On 5/31/25 01:01, Nick Huang wrote:
Use the standard kselftest failure report function to ensure consistent
test output formatting. This improves readability and integration with
automated test frameworks.

Signed-off-by: Nick Huang <sef1548@xxxxxxxxx>
---
tools/testing/selftests/ipc/msgque.c | 47 ++++++++++++++--------------
1 file changed, 23 insertions(+), 24 deletions(-)


Looks good to me. I will apply this after merge window closes.

thanks,
-- Shuah