ktest.pl: Allow for the config-bisect.pl output to display to console
authorSteven Rostedt (VMware) <rostedt@goodmis.org>
Thu, 22 Mar 2018 20:28:18 +0000 (16:28 -0400)
committerSteven Rostedt (VMware) <rostedt@goodmis.org>
Fri, 6 Apr 2018 18:05:24 +0000 (14:05 -0400)
commitb337f9790a0c8f0f01abf9fe3e1f48894b773899
tree2ac3f01f04ea98c81bcd2228b97c649e99011a6c
parenta9adc261e978b9214fd505030c24e75b07dcf52f
ktest.pl: Allow for the config-bisect.pl output to display to console

When commands are run in ktest, they are only displayed in the ktest log
file, but that is not sufficient for outputting the display for config
bisects. The result of a config bisect is not shown.

Add a way to display the output of "run_command" which is the subroutine
used by ktest to execute commands. Use this feature to display the output of
config-bisect.pl executions to see the progress as well as the result.

Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
tools/testing/ktest/ktest.pl