Module: tools Branch: master Commit: fb0f4cfbda1d69d8460a06f678c7aaac250353d4 URL: https://source.winehq.org/git/tools.git/?a=commit;h=fb0f4cfbda1d69d8460a06f6...
Author: Francois Gouget fgouget@codeweavers.com Date: Wed Jan 15 12:53:22 2020 +0100
testbot/LogUtils: Tag new errors instead of filtering them.
TagNewErrors() replaces GetNewLogErrors() and tags new errors in the provided error list instead of returning a new list containing only the new errors.
Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
testbot/bin/WineSendLog.pl | 28 ++++++---- testbot/lib/WineTestBot/LogUtils.pm | 103 ++++++++++++++++++++++-------------- testbot/web/JobDetails.pl | 12 ++--- 3 files changed, 87 insertions(+), 56 deletions(-)
Diff: https://source.winehq.org/git/tools.git/?a=commitdiff;h=fb0f4cfbda1d69d8460a...