Re: [PATCH] selftests: lib.mk: print individual test results to console by default

2017-11-05 Thread Michael Ellerman
Shuah Khan writes: > On 11/02/2017 08:35 PM, Michael Ellerman wrote: >> Shuah Khan writes: >> >>> Change run_tests to print individual test results to console by default. >>> Introduce "summary" option to print individual test results to a file >>> /tmp/test_name and just print the summary to t

Re: [PATCH] selftests: lib.mk: print individual test results to console by default

2017-11-03 Thread Shuah Khan
On 11/02/2017 08:35 PM, Michael Ellerman wrote: > Shuah Khan writes: > >> Change run_tests to print individual test results to console by default. >> Introduce "summary" option to print individual test results to a file >> /tmp/test_name and just print the summary to the console. >> >> This chang

Re: [PATCH] selftests: lib.mk: print individual test results to console by default

2017-11-02 Thread Michael Ellerman
Shuah Khan writes: > Change run_tests to print individual test results to console by default. > Introduce "summary" option to print individual test results to a file > /tmp/test_name and just print the summary to the console. > > This change is necessary to support use-cases where test machines g