commit | 3546da8cd87921c3b39e56577146bc5ca22c2988 | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@kernel.org> | Tue Sep 26 14:20:31 2023 +0200 |
committer | Mark Brown <broonie@kernel.org> | Tue Sep 26 14:20:31 2023 +0200 |
tree | 4e908358435e7e503630ab3cf0a84ef38b5ba5ae | |
parent | 0c7f4b7aca902eae2484d35011a26014a2c549cb [diff] |
selftests: timers: Convert nsleep-lat test to generate KTAP output Currently the nsleep-lat test does not produce KTAP output but rather a custom format. This means that we only get a pass/fail for the suite, not for each individual test that the suite does. Convert to using the standard kselftest output functions which result in KTAP output being generated. Signed-off-by: Mark Brown <broonie@kernel.org>