Joerg-Cyril.Hoehle@t-systems.com writes:
I've been using if (winetest_debug > 0) partly because the trace output in a Gnome-terminal slows down wine such that the tests fail -- redirect output to a file and the problem goes away (testbot does this) -- and partly because make -j can cause a high system load, causing an inability to maintain the average rate (make test uses runtest -q, i.e. winetest_debug==0).
This is not a good idea. Tests have to be run by make test. Running tests with make -j is not supported anyway.