Module: tools Branch: master Commit: 703b769e28a5be47d353c44e111aa7f463140e5e URL: http://source.winehq.org/git/tools.git/?a=commit;h=703b769e28a5be47d353c44e1...
Author: Francois Gouget fgouget@codeweavers.com Date: Wed Mar 13 15:07:36 2013 +0100
winetest: Link the individual test result pages to the configuration / dll versions page.
---
winetest/dissect | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/winetest/dissect b/winetest/dissect index f2e18a2..fe80a44 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";