projects
/
buildd-scripts.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d99b9ca
)
Pick up on make errors from debian/rules
author
Steve McIntyre
<steve@einval.com>
Wed, 24 Oct 2018 16:01:15 +0000
(17:01 +0100)
committer
Steve McIntyre
<steve@einval.com>
Wed, 24 Oct 2018 16:01:15 +0000
(17:01 +0100)
bin/analyze_results
patch
|
blob
|
history
diff --git
a/bin/analyze_results
b/bin/analyze_results
index
f3727d4
..
cad3f4f
100755
(executable)
--- a/
bin/analyze_results
+++ b/
bin/analyze_results
@@
-186,10
+186,10
@@
my @logcheck = (
},
{
# Build failed
- string => '^make.*Error \d+$',
+ string => '^make.*
\*\*\*.* \[debian/rules.*
Error \d+$',
pstring => '.*',
message => 'build failure (other)',
- check =>
0
,
+ check =>
1
,
stop => 0,
timeout => 0, # This is a real error, not a build timeout
},