Linux Kernel Selftest development
 help / color / mirror / Atom feed
From: Masami Hiramatsu (Google) <mhiramat@kernel.org>
To: Kousik Sanagavarapu <five231003@gmail.com>
Cc: linux-kernel@vger.kernel.org, linux-trace-kernel@vger.kernel.org,
	linux-kselftest@vger.kernel.org,
	Steven Rostedt <rostedt@goodmis.org>,
	Masami Hiramatsu <mhiramat@kernel.org>,
	Mathieu Desnoyers <mathieu.desnoyers@efficios.com>,
	Shuah Khan <shuah@kernel.org>
Subject: Re: [PATCH] selftest/ftrace: fix typo in ftracetest script
Date: Wed, 31 Jan 2024 23:52:36 +0900	[thread overview]
Message-ID: <20240131235236.749931e31721c892b7591118@kernel.org> (raw)
In-Reply-To: <20240129162841.57979-1-five231003@gmail.com>

Hi,

On Mon, 29 Jan 2024 21:58:07 +0530
Kousik Sanagavarapu <five231003@gmail.com> wrote:

> Fix a typo in ftracetest script which is run when running the kselftests
> for ftrace.
> 
> s/faii/fail
> 

Thanks, this looks obvious typo.

> Signed-off-by: Kousik Sanagavarapu <five231003@gmail.com>

Acked-by: Masami Hiramatsu (Google) <mhiramat@kernel.org>
Fixes: dbcf76390eb9 ("selftests/ftrace: Improve integration with kselftest runner")


Shuah, can you pick this to your branch?

Thank you,


> ---
>  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
> 
> 


-- 
Masami Hiramatsu (Google) <mhiramat@kernel.org>

  reply	other threads:[~2024-01-31 14:52 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-29 16:28 [PATCH] selftest/ftrace: fix typo in ftracetest script Kousik Sanagavarapu
2024-01-31 14:52 ` Masami Hiramatsu [this message]
2024-02-20 21:41   ` Shuah Khan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240131235236.749931e31721c892b7591118@kernel.org \
    --to=mhiramat@kernel.org \
    --cc=five231003@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-kselftest@vger.kernel.org \
    --cc=linux-trace-kernel@vger.kernel.org \
    --cc=mathieu.desnoyers@efficios.com \
    --cc=rostedt@goodmis.org \
    --cc=shuah@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox