winetest: Use the patterns page as the landing page.
Compare changes
+ 1
− 1
@@ -1331,7 +1331,7 @@ sub write_patterns_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]