Hello, Here is v2 of ftracetest improvements, including test return code change and immediate logging features.
The first version is here. https://patchwork.kernel.org/patch/9821943/ https://patchwork.kernel.org/patch/9821945/ This version adds 2 patches according discussions on previous version. [2/4] adds --fail-unsupported option which makes UNSUPPORTED result failure. [4/4] adds "--logdir -" which logs all results in console but no file. Changes in v2: - [2/4]: (new) adds --fail-unsupported option - [3/4]: Fix not to show failure log twice - [4/4]: (new) adds --logdir "-" option so that all log goes to console directly. Thank you, --- Masami Hiramatsu (4): 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 -" tools/testing/selftests/ftrace/ftracetest | 45 ++++++++++++++++++++++------- 1 file changed, 34 insertions(+), 11 deletions(-) -- Masami Hiramatsu (Linaro) <mhira...@kernel.org>