From: Francois Gouget Subject: [Tools] winetest: Remove the 'all tests' and 'all builds' links in index pages. Message-Id: Date: Tue, 21 Mar 2017 00:00:08 +0100 (CET) They are redudant with the links in the left-most column. Signed-off-by: Francois Gouget --- 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 " {name}\">shortlog"; - print OUT " | {name}\">all tests\n"; + print OUT "\n"; } print OUT "\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 "history" . " | source" . (defined($group) ? " | summary" : "") . - " | all builds"; + ""; } sub build_totals($) -- 2.11.0