[PATCH] testbot: Highlight undefined symbol link errors.

Francois Gouget fgouget at codeweavers.com
Mon Oct 28 01:02:14 CDT 2019


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 a6a10a5a5..acb87a42e 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
-- 
2.20.1



More information about the wine-devel mailing list