Module: tools Branch: master Commit: cb1c6fda2f6ac6919eee398021b81f0d1b42a776 URL: http://source.winehq.org/git/tools.git/?a=commit;h=cb1c6fda2f6ac6919eee39802... Author: Francois Gouget <fgouget(a)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(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)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";