[PATCH] testbot/web: Also highlight the 'unknown target' make errors.

Francois Gouget fgouget at codeweavers.com
Tue Jul 10 03:36:08 CDT 2018


In case a makefile patch gets things wrong (or there is a TestBot bug).

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 bccf30db3..e18ad3242 100644
--- a/testbot/lib/WineTestBot/LogUtils.pm
+++ b/testbot/lib/WineTestBot/LogUtils.pm
@@ -423,6 +423,7 @@ sub GetLogLineCategory($)
       $Line =~ /^error: corrupt patch / or
       # Build errors
       $Line =~ /: error: / or
+      $Line =~ /^make: [*]{3} No rule to make target / or
       $Line =~ /^Makefile:[0-9]+: recipe for target .* failed$/ or
       $Line =~ /^(?:Build|Reconfig|Task): (?!ok)/ or
       # Typical perl errors
-- 
2.18.0




More information about the wine-devel mailing list