Re: [PATCH] selftests: ipc: Replace fail print statements with ksft_test_result_fail
From: nick Huang
Date: Tue Jun 03 2025 - 06:28:43 EST
Thank you for taking the time to review this.
Best regards,
Nick
Shuah Khan <skhan@xxxxxxxxxxxxxxxxxxx> 於 2025年6月3日 週二 上午6:17寫道:
>
> 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