selftests/ftace: Fix KTAP output ordering
authorMark Brown <broonie@kernel.org>
Sat, 10 Jun 2023 14:27:55 +0000 (15:27 +0100)
committerShuah Khan <skhan@linuxfoundation.org>
Mon, 12 Jun 2023 22:40:22 +0000 (16:40 -0600)
commit8cd0d8633e2de4e6dd9ddae7980432e726220fdb
tree864c21b617547e87c2f135f8d60c783d42406e48
parent1e2c44992788886e536b52c1bf9d77eeb6e5969d
selftests/ftace: Fix KTAP output ordering

The KTAP parser I used to test the KTAP output for ftracetest was overly
robust and did not notice that the test number and pass/fail result were
reversed. Fix this.

Fixes: dbcf76390eb9 ("selftests/ftrace: Improve integration with kselftest runner")
Signed-off-by: Mark Brown <broonie@kernel.org>
Acked-by: Masami Hiramatsu (Google) <mhiramat@kernel.org>
Acked-by: Steven Rostedt (Google) <rostedt@goodmis.org>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
tools/testing/selftests/ftrace/ftracetest