[Tools] winetest: Make it easier to grab the raw report.

Francois Gouget fgouget at codeweavers.com
Mon Mar 20 17:59:35 CDT 2017


It is now accessible from any test result page. Previously one would
have had to first go to the huge full report page and scroll to the top.

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
 winetest/dissect | 1 +
 1 file changed, 1 insertion(+)

diff --git a/winetest/dissect b/winetest/dissect
index 0fc7f87..2fdc929 100755
--- a/winetest/dissect
+++ b/winetest/dissect
@@ -451,6 +451,7 @@ for (my $i = 0; $i <= $#boxes; $i++)
     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=\"report\">raw report</a> | ";
     print FILE "<a href=\"..\">summary</a> | <a href=\"../..\">index</a></div>\n";
 
     printf FILE "<div id=\"%s\" class=\"%s\">\n", $boxes[$i]->{id}, $boxes[$i]->{class};
-- 
2.11.0




More information about the wine-patches mailing list