diff options
author | Jakub Kicinski <kuba@kernel.org> | 2024-02-29 03:59:13 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2024-03-01 13:30:28 +0300 |
commit | 796a344fa4315f9c1f2258de14c1d20cbbef79a8 (patch) | |
tree | 479e2a918de25a2db48de821671dee22ab50c772 /tools/perf/scripts/python | |
parent | 69fe8ec4f673b5b35a34718dc39a5131bfc55e36 (diff) | |
download | linux-796a344fa4315f9c1f2258de14c1d20cbbef79a8.tar.xz |
selftests: kselftest_harness: use exit code to store skip
We always use skip in combination with exit_code being 0
(KSFT_PASS). This are basic KSFT / KTAP semantics.
Store the right KSFT_* code in exit_code directly.
This makes it easier to support tests reporting other
extended KSFT_* codes like XFAIL / XPASS.
Reviewed-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions