Francois Gouget : testbot/LogUtils: Highlight TestLauncher errors.
Module: tools Branch: master Commit: b7c2334ea3a741112f75070bde9e2007793ecb6d URL: https://source.winehq.org/git/tools.git/?a=commit;h=b7c2334ea3a741112f75070b... Author: Francois Gouget <fgouget(a)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(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)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: /)
participants (1)
-
Alexandre Julliard