projects
/
tools
/
depanneur.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97b5df1
)
Fix error when using fail_fast
author
Jun Wang
<junbill.wang@samsung.com>
Fri, 28 Apr 2017 06:40:12 +0000
(14:40 +0800)
committer
Jun Wang
<junbill.wang@samsung.com>
Fri, 28 Apr 2017 06:40:27 +0000
(14:40 +0800)
Change-Id: Ie0da50465b0b05afa1947cabb8ac1effe19f2bb1
depanneur
patch
|
blob
|
history
diff --git
a/depanneur
b/depanneur
index 8cc67261c6eb173aab92d29344328263c04eb890..4c2d731fd8a0ebb0ae5c8c1a108aa8db48b04c02 100755
(executable)
--- a/
depanneur
+++ b/
depanneur
@@
-1715,6
+1715,11
@@
sub worker_thread {
if ($status == 0) {
$dirty = 1;
}
+ if ($fail_fast && $status == 1) {
+ info("build failed, exit...");
+ $TERM = 1;
+ }
+
if ($keepgoing eq "off" && $status == 1) {
info("build failed, exit...");
$TERM = 1;