Francois Gouget : testbot/LogUtils: Highlight TestLauncher errors.

Alexandre Julliard julliard at winehq.org
Wed Dec 18 15:47:52 CST 2019


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

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Wed Dec 18 14:12:53 2019 +0100

testbot/LogUtils: Highlight TestLauncher errors.

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>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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 17a0286..c577426 100644
--- a/testbot/lib/WineTestBot/LogUtils.pm
+++ b/testbot/lib/WineTestBot/LogUtils.pm
@@ -186,6 +186,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: /)




More information about the wine-cvs mailing list