Commit e5eba4b7 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent 54b609cc
......@@ -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);
......
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