Francois Gouget : testbot: Highlight undefined symbol link errors.

Alexandre Julliard julliard at winehq.org
Mon Oct 28 14:51:13 CDT 2019


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

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Mon Oct 28 07:02:14 2019 +0100

testbot: Highlight undefined symbol link errors.

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 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




More information about the wine-cvs mailing list