diff options
author | Shuah Khan (Samsung OSG) <shuah@kernel.org> | 2018-05-04 02:09:40 +0300 |
---|---|---|
committer | Shuah Khan (Samsung OSG) <shuah@kernel.org> | 2018-05-31 00:21:53 +0300 |
commit | 5c30a038fb8ec8cdff011e6b5d5d51eb415381d4 (patch) | |
tree | 353463762781d60a1ff06664e75e6344084eb2e9 /tools/testing/selftests/ipc | |
parent | bd1bf88c6544b77eedbfcf30ba2e894c182cd9fa (diff) | |
download | linux-5c30a038fb8ec8cdff011e6b5d5d51eb415381d4.tar.xz |
selftests: intel_pstate: return Kselftest Skip code for skipped tests
When intel_pstate test is skipped because of unmet dependencies and/or
unsupported configuration, it returns 0 which is treated as a pass
by the Kselftest framework. This leads to false positive result even
when the test could not be run.
Change it to return kselftest skip code when a test gets skipped to
clearly report that the test could not be run.
Kselftest framework SKIP code is 4 and the framework prints appropriate
messages to indicate that the test is skipped.
Signed-off-by: Shuah Khan (Samsung OSG) <shuah@kernel.org>
Diffstat (limited to 'tools/testing/selftests/ipc')
0 files changed, 0 insertions, 0 deletions