Francois Gouget : winetest/gather: Remove some old format compatibility code.

Alexandre Julliard julliard at winehq.org
Thu Mar 23 14:09:03 CDT 2017


Module: tools
Branch: master
Commit: cb1c6fda2f6ac6919eee398021b81f0d1b42a776
URL:    http://source.winehq.org/git/tools.git/?a=commit;h=cb1c6fda2f6ac6919eee398021b81f0d1b42a776

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Thu Mar 23 12:54:54 2017 +0100

winetest/gather: Remove some old format compatibility code.

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>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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";




More information about the wine-cvs mailing list