[PATCH] testbot: Put the 'Task: Updated' lines in the 'info' category.

Francois Gouget fgouget at codeweavers.com
Fri Sep 20 10:45:15 CDT 2019


There is no need to put them front and center like build errors.

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
 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 3b1c35658..194648239 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";
   }
-- 
2.20.1



More information about the wine-devel mailing list