commit | ae7e47a8e32429fb965c3e640bd39f7e5f2edfe8 | [log] [tgz] |
---|---|---|
author | Christophe Lyon <christophe.lyon@linaro.org> | Thu Jan 07 18:29:50 2016 +0100 |
committer | Christophe Lyon <christophe.lyon@linaro.org> | Thu Jan 07 18:29:50 2016 +0100 |
tree | 00d6efa4ba71fb25f247ba91ec5d1ea9a72c7f34 | |
parent | 5852274421c22a2fec5fa92b1684a3785887d0b3 [diff] [blame] |
compare_jobs.sh: Exit with status=1 in case of regression or build failure. Change-Id: I4542116d9903ce70a4df17280e63af8690bf28f1
diff --git a/compare_jobs.sh b/compare_jobs.sh index 20ea2f0..3684717 100755 --- a/compare_jobs.sh +++ b/compare_jobs.sh
@@ -209,10 +209,12 @@ 2) # Regression color=red message=FAILED + failed=true ;; 3) # Build failed color=darkred message=BUILDFAILED + failed=true esac ${failed} && status=1