Skip to content
Snippets Groups Projects

winetest: Use the patterns page as the landing page.

Open Francois Gouget requested to merge fgouget/tools:winetest into master
  1. Oct 09, 2023
    • Francois Gouget's avatar
      winetest: Use the patterns page as the landing page. · 7e63fa01
      Francois Gouget authored
      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]
      7e63fa01
Loading