[Wine] how to skip failing test

Charles Davis cdavis at mymail.mines.edu
Wed Mar 17 10:56:23 CDT 2010


On 3/17/10 2:43 AM, Toralf Förster wrote:
> I'm wondering,
> 
> how I can run "make test" and exclude those which are know to fail at my 
> system ?
> 
With -k:

make -k test

Then even if a test fails, make will run the rest of the tests.

Chip





More information about the wine-users mailing list