Francois Gouget : testbot/LogUtils: Return the ParseWineTestReport() results as a single object.

Alexandre Julliard julliard at winehq.org
Fri Jan 24 14:12:07 CST 2020


Module: tools
Branch: master
Commit: 6ec52659bfe20bf07c37841ad669e0b31a446b07
URL:    https://source.winehq.org/git/tools.git/?a=commit;h=6ec52659bfe20bf07c37841ad669e0b31a446b07

Author: Francois Gouget <fgouget at 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 at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at 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=6ec52659bfe20bf07c37841ad669e0b31a446b07



More information about the wine-cvs mailing list