Francois Gouget : winetest: Don't show dll= skipped messages for skipped tests.

Alexandre Julliard julliard at winehq.org
Wed Jun 20 17:13:11 CDT 2018


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

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Wed Jun 20 02:58:49 2018 +0200

winetest: Don't show dll=skipped messages for skipped tests.

This spams the report when using WineTest to run a few tests.

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

---

 programs/winetest/main.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/programs/winetest/main.c b/programs/winetest/main.c
index bfac17b..b3c3c1c 100644
--- a/programs/winetest/main.c
+++ b/programs/winetest/main.c
@@ -902,7 +902,6 @@ extract_test_proc (HMODULE hModule, LPCSTR lpszType, LPSTR lpszName, LONG_PTR lP
     if (test_filtered_out( lpszName, NULL ))
     {
         nr_of_skips++;
-        xprintf ("    %s=skipped\n", dllname);
         return TRUE;
     }
     extract_test (&wine_tests[nr_of_files], tempdir, lpszName);




More information about the wine-cvs mailing list