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@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
7ae7fbcc91
commit
9b1431459d
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue