Skip to content
Commit 11867a77 authored by Shuah Khan's avatar Shuah Khan
Browse files

selftests: kselftest framework: change skip exit code to 0



When a test is skipped, instead of using a special exit code of 4, treat
it as pass condition and use exit code of 0. It makes sense to treat skip
as pass since the test couldn't be run as opposed to a failed test.

Signed-off-by: default avatarShuah Khan <shuahkh@osg.samsung.com>
parent 8f14e26b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment