Re: [PATCH] selftests: ftrace: Shift down default message verbosity

From: Steven Rostedt
Date: Tue Dec 13 2016 - 10:36:04 EST


On Tue, 13 Dec 2016 07:06:18 -0700
Shuah Khan <shuah@xxxxxxxxxx> wrote:

> On 12/12/2016 08:23 PM, Masami Hiramatsu wrote:
> > Ping?
> >
> > On Fri, 25 Nov 2016 21:58:48 +0900
> > Masami Hiramatsu <mhiramat@xxxxxxxxxx> wrote:
> >
> >> Shift down default message verbosity, so that do not show
> >> error results in stdout by default. Since that behavior
> >> is same as giving --quiet option, this patch removes
> >> --quiet and make --verbose increasing verbosity.
> >>
> >> In other words, this changes verbosity options as below.
> >> ftracetest -q -> ftracetest
> >> ftracetest -> ftracetest -v
> >> ftracetest -v -> ftracetest -v -v (or -vv)
> >>
> >> Signed-off-by: Masami Hiramatsu <mhiramat@xxxxxxxxxx>
>
> Hi Steve,
>
> Are you taking this through yours? Or Should I include in my
> pull request? Please give me Ack if you want me to.
>

I'll take it. I believe it may be built on top of other patches I took.
I'm getting ready for a push anyway. Since this only touches the self
test code, I don't need to run my full test suite on it.

Thanks!

-- Steve