OSDN Git Service

perf test: Keep test result clean if '-v' not set
authorWang Nan <wangnan0@huawei.com>
Tue, 3 Nov 2015 10:44:42 +0000 (10:44 +0000)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 3 Nov 2015 14:45:40 +0000 (11:45 -0300)
commit597bdeb4ab7396c43935eded15f82e3e100b3ff3
tree289c61adebac5e14fde781cb31764409a514d6bf
parentbebd23a2ed31d47e7dd746d3b125068aa2c42d85
perf test: Keep test result clean if '-v' not set

According to [1], 'perf test' should avoid output too much information
if '-v' is not set, only 'Ok', 'FAIL' or 'Skip' need to be printed.

This patch removes several messages sent directly to stderr to make
the output clean.

Before this patch:

  # perf test dummy
  23: Test using a dummy software event to keep tracking       : (not supported) Ok

After this patch:

  # perf test dummy
  23: Test using a dummy software event to keep tracking       : Skip

[1] http://lkml.kernel.org/r/20151020134155.GE4400@redhat.com

Signed-off-by: Wang Nan <wangnan0@huawei.com>
Acked-by: Namhyung Kim <namhyung@kernel.org>
Tested-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Zefan Li <lizefan@huawei.com>
Cc: pi3orama@163.com
Link: http://lkml.kernel.org/r/1446547486-229499-2-git-send-email-wangnan0@huawei.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/tests/attr.c
tools/perf/tests/code-reading.c
tools/perf/tests/keep-tracking.c
tools/perf/tests/llvm.c
tools/perf/tests/switch-tracking.c