Paul Vriens : winetest: Fix statistics for Wine in the group part.

Alexandre Julliard julliard at winehq.org
Fri Mar 28 10:13:37 CDT 2008


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

Author: Paul Vriens <paul.vriens.wine at gmail.com>
Date:   Fri Mar 28 15:11:21 2008 +0100

winetest: Fix statistics for Wine in the group part.

---

 winetest/gather |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/winetest/gather b/winetest/gather
index 7b10e36..d2863be 100755
--- a/winetest/gather
+++ b/winetest/gather
@@ -362,7 +362,7 @@ EOF
                     "pass";
         my $count=!$report->{todos} ? $report->{errors} :
                   !$report->{errors} ? $report->{todos} :
-                  "$group->{errors}+$group->{todos}";
+                  "$report->{errors}+$report->{todos}";
 
         my $prcnt=!$report->{todos} ? percent($report->{errors}, $unit_count) :
                   !$report->{errors} ? percent($report->{todos}, $unit_count) :




More information about the wine-cvs mailing list