On Thu, 23 Mar 2023 19:48:28 +0100, Mark Brown wrote: > > When reporting errors or skips we currently include the diagnostic message > indicating why we're failing or skipping. This isn't ideal since KTAP > defines the entire print as the test name, so if there's an error then test > systems won't detect the test as being the same one as a passing test. Move > the diagnostic to a separate ksft_print_msg() to avoid this issue, the test > name part will always be the same for passes, fails and skips and the > diagnostic information is still displayed. > > Signed-off-by: Mark Brown <broonie@xxxxxxxxxx> Thanks, applied now. Takashi