[PATCH] testbot/LogUtils: Highlight TestLauncher errors.

Francois Gouget fgouget at codeweavers.com
Wed Dec 18 07:12:53 CST 2019


Such as when it cannot parse the subtests list (typically because a
missing library prevented the test from running at all).

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
 testbot/lib/WineTestBot/LogUtils.pm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/testbot/lib/WineTestBot/LogUtils.pm b/testbot/lib/WineTestBot/LogUtils.pm
index 18b1b1841..54d15af1f 100644
--- a/testbot/lib/WineTestBot/LogUtils.pm
+++ b/testbot/lib/WineTestBot/LogUtils.pm
@@ -190,6 +190,7 @@ sub GetLogLineCategory($)
       $Line =~ /^[a-zA-Z.]+:error: / or
       # TestBot error
       $Line =~ /^BotError:/ or
+      $Line =~ /^Error:/ or
       # X errors
       $Line =~ /^X Error of failed request: / or
       $Line =~ / opcode of failed request: /)
-- 
2.20.1



More information about the wine-devel mailing list