Francois Gouget : testbot/web: Highlight the LANG and 'Running the tests/ WineTest' lines.

Alexandre Julliard julliard at winehq.org
Fri Nov 23 14:01:06 CST 2018


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

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




More information about the wine-cvs mailing list