commit | e67f85fb96ca80e5a60ea69c536affed0affc77d | [log] [tgz] |
---|---|---|
author | Shuah Khan <shuahkh@osg.samsung.com> | Thu Jun 29 16:54:57 2017 -0600 |
committer | Shuah Khan <shuahkh@osg.samsung.com> | Fri Jun 30 16:16:23 2017 -0600 |
tree | 47e015c9c6e077e19b163357020ec181cdbf57c9 | |
parent | 0732d06ee563bbcdf34ec889918baa62451b580d [diff] |
selftests: membarrier: use ksft_* var arg msg api Use ksft_* var arg msg to include strerror() info. in test output. Remove redundant SKIP/FAIL/PASS logic as it is no longer needed with ksft_ api. Improve test output to be consistent and clear. Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>