Francois Gouget : tests: Restore the colon in the test summary line.

Alexandre Julliard julliard at winehq.org
Tue Feb 11 15:44:56 CST 2020


Module: wine
Branch: master
Commit: 20a7f77df6c7e38bd473ad18fa979f762eb5bce2
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=20a7f77df6c7e38bd473ad18fa979f762eb5bce2

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Tue Feb 11 14:22:57 2020 +0100

tests: Restore the colon in the test summary line.

Adjust the silenced tests line to match.

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 include/wine/test.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/wine/test.h b/include/wine/test.h
index edaf89bcca..7a5606a1ec 100644
--- a/include/wine/test.h
+++ b/include/wine/test.h
@@ -550,10 +550,10 @@ static int run_test( const char *name )
     if (winetest_debug)
     {
         if (muted_todo_successes || muted_skipped || muted_traces)
-            printf( "%04x:%s Silenced %d todos, %d skips and %d traces.\n",
+            printf( "%04x:%s: Silenced %d todos, %d skips and %d traces.\n",
                     GetCurrentProcessId(), test->name,
                     muted_todo_successes, muted_skipped, muted_traces);
-        printf( "%04x:%s %d tests executed (%d marked as todo, %d %s), %d skipped.\n",
+        printf( "%04x:%s: %d tests executed (%d marked as todo, %d %s), %d skipped.\n",
                 GetCurrentProcessId(), test->name,
                 successes + failures + todo_successes + todo_failures,
                 todo_successes, failures + todo_failures,




More information about the wine-cvs mailing list