[PATCH v3 0/5] selftests: ftrace: ftracetest improvements
From: Masami Hiramatsu
Date: Thu Jul 06 2017 - 05:07:31 EST
Hello,
Here is v3 of ftracetest improvements, including test
return code change and immediate logging features.
This version adds 1 patch which changes test command
options to check whether given string is zero-length
or not.
Changes in v3:
- [4/5]: Replace [ "$VAR" ] with [ ! -z "$VAR" ]
- [5/5]: (new) Replace [ "$VAR" ] with [ ! -z "$VAR" ]
in ftracetest
Thank you,
---
Masami Hiramatsu (5):
selftests: ftrace: Do not failure if there is unsupported tests
selftests: ftrace: Add --fail-unsupported option
selftests: ftrace: Add more verbosity for immediate log
selftests: ftrace: Output only to console with "--logdir -"
selftests: ftrace: Check given string is not zero-length
tools/testing/selftests/ftrace/ftracetest | 51 +++++++++++++++++++++--------
1 file changed, 37 insertions(+), 14 deletions(-)
--
Masami Hiramatsu (Linaro) <mhiramat@xxxxxxxxxx>