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

Francois Gouget fgouget at codeweavers.com
Sun Mar 12 14:45:33 CDT 2017


Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
 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);
-- 
2.11.0




More information about the wine-patches mailing list