On 06/11/2010 08:43 PM, Peter Davies wrote:
How do I get the test suite to report it success rate (as a whole) in a "%d tests executed (%d marked as todo, %d %s), %d skipped.\n" style.
Peter
I guess the only way is to parse the report file yourself. The current 'parser' only calculates per module-test (as can been seen on test.winehq.org).