From e5eba4b7d1b4991c65b143373800d7dc40461e6e Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Sun, 12 Mar 2017 20:45:33 +0100 Subject: [PATCH] schedsvc/tests: Add the current process id to the test summary line. Signed-off-by: Francois Gouget Signed-off-by: Alexandre Julliard --- dlls/schedsvc/tests/rpcapi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/schedsvc/tests/rpcapi.c b/dlls/schedsvc/tests/rpcapi.c index 044118ed13a..be1e5eb4cae 100644 --- a/dlls/schedsvc/tests/rpcapi.c +++ b/dlls/schedsvc/tests/rpcapi.c @@ -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);