Module: tools Branch: master Commit: b399f285bacbda8838c18211ad143650a37f7032 URL: https://source.winehq.org/git/tools.git/?a=commit;h=b399f285bacbda8838c18211...
Author: Francois Gouget fgouget@codeweavers.com Date: Thu Jan 16 15:43:21 2020 +0100
testbot/LogUtils: Return the log errors as a single object.
The $LogInfo structure is more extensible and can carry additional information such as the total number of errors (ErrCount) and the total number of new errors (NewCount). Adjust _AddErrorGroup(), TagNewErrors() and _DumpErrors() to take the new $LogInfo structure returned by GetLogErrors() instead of the ($Groups, $Errors) tuple.
Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
testbot/bin/WineSendLog.pl | 26 ++++---- testbot/lib/WineTestBot/LogUtils.pm | 129 ++++++++++++++++++++++-------------- testbot/web/JobDetails.pl | 21 +++--- 3 files changed, 103 insertions(+), 73 deletions(-)
Diff: https://source.winehq.org/git/tools.git/?a=commitdiff;h=b399f285bacbda8838c1...