Skip to content

Commit ef70863

Browse files
rantalashuahkh
authored andcommitted
selftests/harness: prettify SKIP message whitespace again
Commit 9847d24 ("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: 9847d24 ("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>
1 parent 1948172 commit ef70863

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/testing/selftests/kselftest_harness.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
snprintf(_metadata->results->reason, \
127127
sizeof(_metadata->results->reason), fmt, ##__VA_ARGS__); \
128128
if (TH_LOG_ENABLED) { \
129-
fprintf(TH_LOG_STREAM, "# SKIP %s\n", \
129+
fprintf(TH_LOG_STREAM, "# SKIP %s\n", \
130130
_metadata->results->reason); \
131131
} \
132132
_metadata->passed = 1; \

0 commit comments

Comments
 (0)