diff options
| author | Thiago Jung Bauermann <bauerman@linux.ibm.com> | 2018-07-24 22:57:25 -0400 |
|---|---|---|
| committer | Shuah Khan (Samsung OSG) <shuah@kernel.org> | 2018-08-27 16:07:46 -0400 |
| commit | c31d02d1290e1e82a08015199e408228e152991f (patch) | |
| tree | 6bb63dc1a77c85870c911bdb9c5bdf5853abb5b9 | |
| parent | 88bc243a3f22b9938c0b53c577dee28025cdb920 (diff) | |
selftests: kselftest: Remove outdated comment
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>
| -rw-r--r-- | tools/testing/selftests/kselftest.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/testing/selftests/kselftest.h b/tools/testing/selftests/kselftest.h index 15e6b75fc3a5..a3edb2c8e43d 100644 --- a/tools/testing/selftests/kselftest.h +++ b/tools/testing/selftests/kselftest.h | |||
| @@ -19,7 +19,6 @@ | |||
| 19 | #define KSFT_FAIL 1 | 19 | #define KSFT_FAIL 1 |
| 20 | #define KSFT_XFAIL 2 | 20 | #define KSFT_XFAIL 2 |
| 21 | #define KSFT_XPASS 3 | 21 | #define KSFT_XPASS 3 |
| 22 | /* Treat skip as pass */ | ||
| 23 | #define KSFT_SKIP 4 | 22 | #define KSFT_SKIP 4 |
| 24 | 23 | ||
| 25 | /* counters */ | 24 | /* counters */ |
