Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

selftests/harness: prettify SKIP message whitespace again

Commit 9847d24af95c ("selftests/harness: Refactor XFAIL into SKIP")
replaced XFAIL with SKIP in the output. Add one more space to make the
output aligned and pretty again.

Fixes: 9847d24af95c ("selftests/harness: Refactor XFAIL into SKIP")
Signed-off-by: Tommi Rantala <tommi.t.rantala@nokia.com>
Acked-by: Kees Cook <keescook@chromium.org>
Reviewed-by: Christian Brauner <christian.brauner@ubuntu.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>

authored by

Tommi Rantala and committed by
Shuah Khan
ef708634 1948172f

+1 -1
+1 -1
tools/testing/selftests/kselftest_harness.h
··· 126 126 snprintf(_metadata->results->reason, \ 127 127 sizeof(_metadata->results->reason), fmt, ##__VA_ARGS__); \ 128 128 if (TH_LOG_ENABLED) { \ 129 - fprintf(TH_LOG_STREAM, "# SKIP %s\n", \ 129 + fprintf(TH_LOG_STREAM, "# SKIP %s\n", \ 130 130 _metadata->results->reason); \ 131 131 } \ 132 132 _metadata->passed = 1; \