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>
This commit is contained in:
parent
54b609ccc1
commit
e5eba4b7d1
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue