schedsvc/tests: Add the current process id to the test summary line.

Signed-off-by: Francois Gouget <fgouget@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
oldstable
Francois Gouget 2017-03-12 20:45:33 +01:00 committed by Alexandre Julliard
parent 54b609ccc1
commit e5eba4b7d1
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ static LONG CALLBACK rpc_exception_filter(EXCEPTION_POINTERS *ptrs)
if (winetest_debug)
{
fprintf(stdout, "rpcapi: 0 tests executed (0 marked as todo, 0 failures), 1 skipped.\n");
fprintf(stdout, "%04x:rpcapi: 0 tests executed (0 marked as todo, 0 failures), 1 skipped.\n", GetCurrentProcessId());
fflush(stdout);
}
ExitProcess(0);