Skip to content

winetest: Use the patterns page as the landing page.

Francois Gouget requested to merge fgouget/tools:winetest into master

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]

Merge request reports

Loading