diff options
author | 2018-05-04 10:11:52 -0600 | |
---|---|---|
committer | 2018-05-30 15:29:06 -0600 | |
commit | b26862450d74b2a17e22c5d7cdec1707d03b82b6 (patch) | |
tree | 947a5a6c1916f6e66a3dc147c66ae1db02b6ef2b /tools/perf/scripts/python/export-to-postgresql.py | |
parent | selftests: lib: add prime_numbers.sh test to Makefile (diff) | |
download | wireguard-linux-b26862450d74b2a17e22c5d7cdec1707d03b82b6.tar.xz wireguard-linux-b26862450d74b2a17e22c5d7cdec1707d03b82b6.zip |
selftests: lib: return Kselftest Skip code for skipped tests
When lib test(s) is skipped because of unmet dependencies and/or
unsupported configuration, it returns non-zero value hich 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>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions