Pcut test binaries don't summarize the results
When you run a PCUT test binary, such as test-libc, it will run all the test suites. It will print the number of failed test cases for each of them. If there is a lot of tests, these will scroll away. At the end the only way to find out if there has been an error is to redirect the output to a file and then walk through it line-by-line checking for failure reports.
At the end the test binary should report an overall summary. Also in case of any errors the task should return non-zero exit code.
Change History
(3)
Owner: |
set to Vojtech Horky
|
Status: |
new → accepted
|
Resolution: |
→ fixed
|
Status: |
accepted → closed
|
Closing this ticket (commit 9eb1ff5d8638).
New output looks like this: