Module: tools Branch: master Commit: 83cc93819be05ba8273a93ae43e8b96cc8dd9022 URL: https://source.winehq.org/git/tools.git/?a=commit;h=83cc93819be05ba8273a93ae...
Author: Francois Gouget fgouget@codeweavers.com Date: Fri Nov 23 16:27:22 2018 +0100
testbot/web: Highlight the LANG and 'Running the tests/WineTest' lines.
Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
testbot/lib/WineTestBot/LogUtils.pm | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/testbot/lib/WineTestBot/LogUtils.pm b/testbot/lib/WineTestBot/LogUtils.pm index fee4278..b75607a 100644 --- a/testbot/lib/WineTestBot/LogUtils.pm +++ b/testbot/lib/WineTestBot/LogUtils.pm @@ -130,6 +130,8 @@ sub GetLogLineCategory($)
if (# Build messages $Line =~ /^+ \S/ or + $Line =~ /^LANG=/ or + $Line =~ /^Running (?:the tests|WineTest) / or $Line =~ /^Task: (?:ok|tests)/) { return "info";