Francois Gouget : testbot: Put the 'Task: Updated' lines in the 'info' category.

Alexandre Julliard julliard at winehq.org
Fri Sep 20 15:39:35 CDT 2019


Module: tools
Branch: master
Commit: de2c4fae4de207ae28227713b73e3f6996da27b2
URL:    https://source.winehq.org/git/tools.git/?a=commit;h=de2c4fae4de207ae28227713b73e3f6996da27b2

Author: Francois Gouget <fgouget at 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 at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at 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";
   }




More information about the wine-cvs mailing list