[Tools] winetest: Link the individual test result pages to the configuration / dll versions page. (try2)

Francois Gouget fgouget at codeweavers.com
Wed Mar 13 09:07:36 CDT 2013


---

I still think there's value in being able to go straight from a test 
failure to the page describing the environment it happened in, without 
having to load the huge 'full report' page. So this time around I don't 
rename the 'summary' and 'index' links; I just add an 'info' link 
pointing to the 'version' page. Hopefully that's more palatable.

 winetest/dissect |    1 +
 1 file changed, 1 insertion(+)

diff --git a/winetest/dissect b/winetest/dissect
index f2e18a2..72a5dd8 100755
--- a/winetest/dissect
+++ b/winetest/dissect
@@ -407,6 +407,7 @@ for (my $i = 0; $i <= $#boxes; $i++)
     print FILE "<div class=\"navbar\">";
     print FILE $boxes[$i]->{prev} ? "<a href=\"./$boxes[$i]->{prev}.html\">prev</a> | " : "prev | ";
     print FILE $boxes[$i]->{next} ? "<a href=\"./$boxes[$i]->{next}.html\">next</a> | " : "next | ";
+    print FILE "<a href=\"version.html\">info</a> | ";
     printf FILE "<a href=\"report.html%s\">full report</a> | ", $i ? "#$boxes[$i]->{id}" : "";
     print FILE "<a href=\"..\">summary</a> | <a href=\"../..\">index</a></div>\n";
 
-- 
1.7.10.4




More information about the wine-patches mailing list