Commit 20a7f77d authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

tests: Restore the colon in the test summary line.

Adjust the silenced tests line to match. Signed-off-by: 's avatarFrancois Gouget <fgouget@codeweavers.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent 1be1e832
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment