tests: Restore the colon in the test summary line.

Adjust the silenced tests line to match.

Signed-off-by: Francois Gouget <fgouget@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Francois Gouget 2020-02-11 14:22:57 +01:00 committed by Alexandre Julliard
parent 1be1e8329e
commit 20a7f77df6
1 changed files with 2 additions and 2 deletions

View File

@ -550,10 +550,10 @@ static int run_test( const char *name )
if (winetest_debug)
{
if (muted_todo_successes || muted_skipped || muted_traces)
printf( "%04x:%s Silenced %d todos, %d skips and %d traces.\n",
printf( "%04x:%s: Silenced %d todos, %d skips and %d traces.\n",
GetCurrentProcessId(), test->name,
muted_todo_successes, muted_skipped, muted_traces);
printf( "%04x:%s %d tests executed (%d marked as todo, %d %s), %d skipped.\n",
printf( "%04x:%s: %d tests executed (%d marked as todo, %d %s), %d skipped.\n",
GetCurrentProcessId(), test->name,
successes + failures + todo_successes + todo_failures,
todo_successes, failures + todo_failures,