The failure count has been split between $NewCount and $OldCount.
Signed-off-by: Francois Gouget <fgouget(a)codeweavers.com>
---
testbot/bin/WineSendLog.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testbot/bin/WineSendLog.pl b/testbot/bin/WineSendLog.pl
index a2f2369b63..0848bf596c 100755
--- a/testbot/bin/WineSendLog.pl
+++ b/testbot/bin/WineSendLog.pl
@@ -179,7 +179,7 @@ sub SendLog($)
#
my ($JobInfo, @New, %BugDescriptions);
- my ($NewCount, $FailCount, $OldCount, $BotCount, $NotRun) = (0, 0, 0, 0, 0);
+ my ($NewCount, $OldCount, $BotCount, $NotRun) = (0, 0, 0, 0);
my $FileType = "test executable";
my $Failures = CreateFailures($Job);
--
2.30.2