[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240409160920.3bfe3eeb@kernel.org>
Date: Tue, 9 Apr 2024 16:09:20 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: Sean Christopherson <seanjc@...gle.com>
Cc: Kees Cook <keescook@...omium.org>, Shuah Khan <shuah@...nel.org>, Nathan
Chancellor <nathan@...nel.org>, linux-kselftest@...r.kernel.org,
llvm@...ts.linux.dev, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] selftests: kselftest_harness: Print empty string, not
empty fmt on PASS/FAIL
On Tue, 9 Apr 2024 15:42:56 -0700 Sean Christopherson wrote:
> - ksft_test_result_code(t->exit_code, test_name,
> - diagnostic ? "%s" : "", diagnostic);
> + ksft_test_result_code(t->exit_code, test_name, "%s", diagnostic);
Have you tested that to make sure it doesn't change the output?
. warning: ^^ leading question ;)
Powered by blists - more mailing lists