Francois Gouget : winetest: Remove the 'all tests' and 'all builds' links in index pages.
Module: tools Branch: master Commit: b08e9ae6ae649a95a2a1c6283a9a15ab43815b97 URL: http://source.winehq.org/git/tools.git/?a=commit;h=b08e9ae6ae649a95a2a1c6283... Author: Francois Gouget <fgouget(a)codeweavers.com> Date: Tue Mar 21 00:00:08 2017 +0100 winetest: Remove the 'all tests' and 'all builds' links in index pages. They are redudant with the links in the left-most column. Signed-off-by: Francois Gouget <fgouget(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- winetest/build-index | 2 +- winetest/gather | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/winetest/build-index b/winetest/build-index index b3fdc53..e15792c 100755 --- a/winetest/build-index +++ b/winetest/build-index @@ -218,7 +218,7 @@ EOF } } print OUT " <td class=\"links\"><a href=\"$gitweb?a=shortlog;h=$build->{name}\">shortlog</a>"; - print OUT " | <a href=\"../$build->{name}\">all tests</a></td></tr>\n"; + print OUT "</td></tr>\n"; } print OUT "</table></body></html>\n"; close OUT; diff --git a/winetest/gather b/winetest/gather index ec6573e..275ad0d 100755 --- a/winetest/gather +++ b/winetest/gather @@ -603,7 +603,7 @@ sub test_links($$) return "<td class=\"links\"><a href=\"$gitweb/?a=history;f=$source;hb=$build\" title=\"$source change history\">history</a>" . " | <a href=\"$gitweb/?a=blob;f=$source;hb=$build\" title=\"$source source code\">source</a>" . (defined($group) ? " | <a href=\"index.html#$testname\" title=\"summary of $testname results across platforms\">summary</a>" : "") . - " | <a href=\"../tests/$testname.html\" title=\"$testname results across all builds\">all builds</a></td>"; + "</td>"; } sub build_totals($)
participants (1)
-
Alexandre Julliard