From ae7e47a8e32429fb965c3e640bd39f7e5f2edfe8 Mon Sep 17 00:00:00 2001 From: Christophe Lyon Date: Thu, 7 Jan 2016 18:29:50 +0100 Subject: compare_jobs.sh: Exit with status=1 in case of regression or build failure. Change-Id: I4542116d9903ce70a4df17280e63af8690bf28f1 --- compare_jobs.sh | 2 ++ 1 file changed, 2 insertions(+) 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 @@ do 2) # Regression color=red message=FAILED + failed=true ;; 3) # Build failed color=darkred message=BUILDFAILED + failed=true esac ${failed} && status=1 -- cgit v1.2.3