diff mbox series

[B,SRU,3/3] selftests: kselftest: Remove outdated comment

Message ID 20190118091119.9108-4-po-hsu.lin@canonical.com
State New
Headers show
Series selftests: user: return Kselftest Skip code for skipped tests | expand

Commit Message

Po-Hsu Lin Jan. 18, 2019, 9:11 a.m. UTC
From: Thiago Jung Bauermann <bauerman@linux.ibm.com>

BugLink: https://bugs.launchpad.net/bugs/1812198

Commit 3c07aaef6598 ("selftests: kselftest: change KSFT_SKIP=4 instead of
KSFT_PASS") reverted commit 11867a77eb85 ("selftests: kselftest framework:
change skip exit code to 0") but missed removing the comment which that
commit added, so do that now.

Signed-off-by: Thiago Jung Bauermann <bauerman@linux.ibm.com>
Signed-off-by: Shuah Khan (Samsung OSG) <shuah@kernel.org>
(cherry picked from commit c31d02d1290e1e82a08015199e408228e152991f)
Signed-off-by: Po-Hsu Lin <po-hsu.lin@canonical.com>
---
 tools/testing/selftests/kselftest.h | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/tools/testing/selftests/kselftest.h b/tools/testing/selftests/kselftest.h
index 974853e..e2714d0 100644
--- a/tools/testing/selftests/kselftest.h
+++ b/tools/testing/selftests/kselftest.h
@@ -19,7 +19,6 @@ 
 #define KSFT_FAIL  1
 #define KSFT_XFAIL 2
 #define KSFT_XPASS 3
-/* Treat skip as pass */
 #define KSFT_SKIP  4
 
 /* counters */