diff options
author | Shuah Khan (Samsung OSG) <shuah@kernel.org> | 2018-06-13 21:31:43 -0600 |
---|---|---|
committer | Shuah Khan (Samsung OSG) <shuah@kernel.org> | 2018-06-18 09:11:10 -0600 |
commit | a4d7537789724985cafbc9260a31ca4f2b7cf123 (patch) | |
tree | 76e6ab57460e803874f61b93662e22f9e3b20261 /tools/gpio | |
parent | 685814466bf8398192cf855415a0bb2cefc1930e (diff) |
selftests: vm: return Kselftest Skip code for skipped tests
When vm test is skipped because of unmet dependencies and/or unsupported
configuration, it exits with error which is treated as a fail by the
Kselftest framework. This leads to false negative 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>
Acked-by: Mike Rapoport <rppt@linux.vnet.ibm.com>
Signed-off-by: Shuah Khan (Samsung OSG) <shuah@kernel.org>
Diffstat (limited to 'tools/gpio')
0 files changed, 0 insertions, 0 deletions