Module: tools Branch: master Commit: 6ec52659bfe20bf07c37841ad669e0b31a446b07 URL: https://source.winehq.org/git/tools.git/?a=commit;h=6ec52659bfe20bf07c37841a...
Author: Francois Gouget fgouget@codeweavers.com Date: Fri Jan 24 09:52:35 2020 +0100
testbot/LogUtils: Return the ParseWineTestReport() results as a single object.
Rename the variable holding it to $LogInfo for consistency with the other functions as it plays the same role and may eventually carry the same information. Store the extra errors in the $LogInfo->{Extra} field and rename _AddError() to _AddExtra() to match and avoid confusion with _AddLogError().
Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
testbot/bin/UpdateTaskLogs | 10 +-- testbot/bin/WineRunTask.pl | 18 +++--- testbot/bin/WineRunWineTest.pl | 18 +++--- testbot/lib/WineTestBot/LogUtils.pm | 125 +++++++++++++++++++++--------------- 4 files changed, 95 insertions(+), 76 deletions(-)
Diff: https://source.winehq.org/git/tools.git/?a=commitdiff;h=6ec52659bfe20bf07c37...