public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] selftest/ftrace: fix typo in ftracetest script
@ 2024-01-29 16:28 Kousik Sanagavarapu
  2024-01-31 14:52 ` Masami Hiramatsu
  0 siblings, 1 reply; 3+ messages in thread
From: Kousik Sanagavarapu @ 2024-01-29 16:28 UTC (permalink / raw)
  To: linux-kernel, linux-trace-kernel, linux-kselftest
  Cc: Steven Rostedt, Masami Hiramatsu, Mathieu Desnoyers, Shuah Khan,
	Kousik Sanagavarapu

Fix a typo in ftracetest script which is run when running the kselftests
for ftrace.

s/faii/fail

Signed-off-by: Kousik Sanagavarapu <five231003@gmail.com>
---
 tools/testing/selftests/ftrace/ftracetest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/testing/selftests/ftrace/ftracetest b/tools/testing/selftests/ftrace/ftracetest
index c778d4dcc17e..25d4e0fca385 100755
--- a/tools/testing/selftests/ftrace/ftracetest
+++ b/tools/testing/selftests/ftrace/ftracetest
@@ -504,7 +504,7 @@ prlog "# of undefined(test bug): " `echo $UNDEFINED_CASES | wc -w`
 if [ "$KTAP" = "1" ]; then
   echo -n "# Totals:"
   echo -n " pass:"`echo $PASSED_CASES | wc -w`
-  echo -n " faii:"`echo $FAILED_CASES | wc -w`
+  echo -n " fail:"`echo $FAILED_CASES | wc -w`
   echo -n " xfail:"`echo $XFAILED_CASES | wc -w`
   echo -n " xpass:0"
   echo -n " skip:"`echo $UNTESTED_CASES $UNSUPPORTED_CASES | wc -w`
-- 
2.43.0.443.g6965527da0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-02-20 21:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-29 16:28 [PATCH] selftest/ftrace: fix typo in ftracetest script Kousik Sanagavarapu
2024-01-31 14:52 ` Masami Hiramatsu
2024-02-20 21:41   ` Shuah Khan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox