Module: tools Branch: master Commit: c282a32676d030be2a1fd265ef3849534cd81c73 URL: http://source.winehq.org/git/tools.git/?a=commit;h=c282a32676d030be2a1fd265e...
Author: Francois Gouget fgouget@free.fr Date: Fri Mar 14 17:23:51 2008 +0100
winetest: Add a missing </tr> tag.
---
winetest/gather | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/winetest/gather b/winetest/gather index a40c2f6..bda1f95 100755 --- a/winetest/gather +++ b/winetest/gather @@ -411,6 +411,9 @@ EOF <a href="$alltests{$testname}">$testname</a></td> EOF singletest ($_, $testname, $group->{name}) foreach (@{$group->{tests}}); + print OUT <<"EOF"; + </tr> +EOF } print OUT <<"EOF"; </tbody>