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:
e5a819f
)
Fix error when using fail_fast
82/150482/1
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>
Sat, 16 Sep 2017 06:50:43 +0000
(14:50 +0800)
Change-Id: Iebab9a5f598ec20499a1a2769b03c96c0e4f6b64
Signed-off-by: Jun Wang <junbill.wang@samsung.com>
depanneur
patch
|
blob
|
history
diff --git
a/depanneur
b/depanneur
index 0758a5447e82173fc7adef76b956f83bd0898aab..33717da03b073695f72f753c7f0a56eb533a3827 100755
(executable)
--- a/
depanneur
+++ b/
depanneur
@@
-1712,6
+1712,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;