commit | 0732d06ee563bbcdf34ec889918baa62451b580d | [log] [tgz] |
---|---|---|
author | Shuah Khan <shuahkh@osg.samsung.com> | Thu Jun 29 15:52:42 2017 -0600 |
committer | Shuah Khan <shuahkh@osg.samsung.com> | Fri Jun 30 16:16:17 2017 -0600 |
tree | c4b9938d7953b63f42e0ac64b6a2e7e96d72e292 | |
parent | 3fa72f2c784b5c05f271ab8b34116d6a8e8d108d [diff] |
selftests: breakpoints: breakpoint_test_arm64: convert test to use TAP13 Convert breakpoint_test_arm64 output to TAP13 format. Use ksft_* var arg msg api to include strerror() info. in the output. Change output from child process to use ksft_print_msg() instead of ksft_exit_* to avoid double counting tests and ensure parent process does the test counter incrementing. Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>