[Tools] winetest: Remove the 'all tests' and 'all builds' links in index pages.

Francois Gouget fgouget at codeweavers.com
Mon Mar 20 18:00:08 CDT 2017


They are redudant with the links in the left-most column.

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
 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($)
-- 
2.11.0



More information about the wine-patches mailing list