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> -- To unsubscribe from this list: send the line "unsubscribe linux-kselftest" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html