Home
last modified time | relevance | path

Searched hist:"40 d70d4d60974c28054a60316f2aec8810833526" (Results 1 – 1 of 1) sorted by relevance

/linux/tools/testing/selftests/cpufreq/
H A Dmain.shdiff 40d70d4d60974c28054a60316f2aec8810833526 Sat Jan 15 00:21:26 CET 2022 Nícolas F. R. A. Prado <nfraprado@collabora.com> selftests: cpufreq: Write test output to stdout as well

Use 'tee' to send the test output to stdout in addition to the current
output file. This makes the output easier to handle in automated test
systems and is superior to only later dumping the output file contents
to stdout, since this way the test output can be interleaved with other
log messages, like from the kernel, so that chronology is preserved,
making it easier to detect issues.

Signed-off-by: Nícolas F. R. A. Prado <nfraprado@collabora.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>