On 04/02/2008, Christopher raccoonone@procyongames.com wrote:
I tried running "make test" under Ubuntu 7.10, and I just updated to the latest cvs this morning so it's not too old. However, after only running a couple of tests it exited with an error. Is this normal, and if so how do I run the rest of the tests? I attached a log showing which test fails.
You can check the state of the tests at http://test.winehq.org/data/200801301937/. I also get test failures on Ubuntu 7.10, so this is normal, even though it is undesirable.
You can run make -k test (the -k tells make to continue on error).
What I do is:
make -k test | tee results.log cat results.log | grep -F Error
- Reece