[Tools] winetest/gather: Remove some old format compatibility code.

Francois Gouget fgouget at codeweavers.com
Thu Mar 23 06:54:54 CDT 2017


We no longer generate dllinfo.html files for the reports. Now all
platform information is in the version.html file.

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---

Most of the dllinfo.html code was removed in commit 67132b692e6b but 
strangely this bit remained.

 winetest/gather | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

diff --git a/winetest/gather b/winetest/gather
index 275ad0d..a24f06e 100755
--- a/winetest/gather
+++ b/winetest/gather
@@ -370,19 +370,10 @@ sub build_header_footer($)
         my $group = $report->{group};
 
         if (!defined $msg) {
-            if (-r "$datadir/$build/$report->{dir}/dllinfo.html") {
-                $msg = <<"EOF";
-        $group->{name}<br><small>
-        <a href=\"$report->{dir}/version.html\">$report->{tag}</a><br>
-        <a href=\"$report->{dir}/dllinfo.html\">[info]</a>
-        <a href=\"$report->{dir}/report.html\">[file]</a></small>
-EOF
-            } else {
-                $msg = <<"EOF";
+            $msg = <<"EOF";
         $group->{name}<br><small>
         <a href=\"$report->{dir}/version.html\">$report->{tag}</a></small>
 EOF
-            }
             chop $msg;
         }
         $title .=  <<"EOF";
-- 
2.11.0




More information about the wine-patches mailing list