Module: tools Branch: master Commit: de2c4fae4de207ae28227713b73e3f6996da27b2 URL: https://source.winehq.org/git/tools.git/?a=commit;h=de2c4fae4de207ae28227713...
Author: Francois Gouget fgouget@codeweavers.com Date: Fri Sep 20 17:45:15 2019 +0200
testbot: Put the 'Task: Updated' lines in the 'info' category.
There is no need to put them front and center like build errors.
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, 1 insertion(+), 1 deletion(-)
diff --git a/testbot/lib/WineTestBot/LogUtils.pm b/testbot/lib/WineTestBot/LogUtils.pm index 3b1c356..1946482 100644 --- a/testbot/lib/WineTestBot/LogUtils.pm +++ b/testbot/lib/WineTestBot/LogUtils.pm @@ -146,7 +146,7 @@ sub GetLogLineCategory($) $Line =~ /^+ \S/ or $Line =~ /^LANG=/ or $Line =~ /^Running (?:the tests|WineTest) / or - $Line =~ /^Task: (?:ok|tests)/) + $Line =~ /^Task: (?:ok|tests|Updated)/) { return "info"; }