From: Francois Gouget Subject: [Tools] winetest: Make it easier to grab the raw report. Message-Id: Date: Mon, 20 Mar 2017 23:59:35 +0100 (CET) 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 --- 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} ? "{next}.html\">next | " : "next | "; print FILE "info | "; printf FILE "full report | ", $i ? "#$boxes[$i]->{id}" : ""; + print FILE "raw report | "; print FILE "summary | index\n"; printf FILE "
\n", $boxes[$i]->{id}, $boxes[$i]->{class}; -- 2.11.0