Module: tools Branch: master Commit: 1fbbd6c6e6acb635271cafa5e0220b0a1da5648f URL: https://source.winehq.org/git/tools.git/?a=commit;h=1fbbd6c6e6acb635271cafa5...
Author: Francois Gouget fgouget@codeweavers.com Date: Mon Oct 28 07:02:14 2019 +0100
testbot: Highlight undefined symbol link errors.
Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@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 a6a10a5..acb87a4 100644 --- a/testbot/lib/WineTestBot/LogUtils.pm +++ b/testbot/lib/WineTestBot/LogUtils.pm @@ -156,6 +156,7 @@ sub GetLogLineCategory($) $Line =~ /^error: corrupt patch / or # Build errors $Line =~ /: error: / or + $Line =~ /: undefined reference to `/ or $Line =~ /^make: [*]{3} No rule to make target / or $Line =~ /^Makefile:[0-9]+: recipe for target .* failed$/ or $Line =~ /^Task: / or