Module: tools Branch: master Commit: 22b0b5aa6dbc01c4ca12ed466aef53ebc8dea413 URL: https://source.winehq.org/git/tools.git/?a=commit;h=22b0b5aa6dbc01c4ca12ed46...
Author: Francois Gouget fgouget@codeweavers.com Date: Wed Jun 27 08:03:59 2018 +0200
testbot/WineRunTask: Make the Wine report parser reusable.
Moving it to LogUtils.pm makes it possible to reuse it in future scripts.
Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
testbot/bin/WineRunTask.pl | 276 ++------------------------------ testbot/lib/WineTestBot/LogUtils.pm | 310 +++++++++++++++++++++++++++++++++++- 2 files changed, 322 insertions(+), 264 deletions(-)
Diff: https://source.winehq.org/git/tools.git/?a=commitdiff;h=22b0b5aa6dbc01c4ca12...