Module: tools Branch: master Commit: 4b50aec2f0d3d3a5f4f3f612575c02cdf35fc2c3 URL: https://source.winehq.org/git/tools.git/?a=commit;h=4b50aec2f0d3d3a5f4f3f612...
Author: Francois Gouget fgouget@codeweavers.com Date: Tue Jul 10 10:36:08 2018 +0200
testbot/web: Also highlight the 'unknown target' make errors.
In case a makefile patch gets things wrong (or there is a TestBot bug).
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 98fe9cf..0ef9609 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