winetest: Use the patterns page as the landing page.
The main pattern provides a much better view of progress towards getting the tests to succeed, both at the global level and at the individual test unit level.
Note that this requires changing the Apache configuration to point the landing page to patterns.html. Normally that's just the RewriteRule line:
- RewriteRule "^$" "/data/" [R]
+ RewriteRule "^$" "/data/patterns.html" [R]