From 8bf5c15f76994bbec45fa8bd329db2ae025eea7d Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Wed, 22 Apr 2015 18:24:01 +0200 Subject: abuild: mark failed builds as failed abuild only created compile.status for successful builds, but sometimes it's helpful to easily identify all failed builds of a full run: $ grep -l failed coreboot-builds/*/compile.status Change-Id: Ic90280fb2e8cff1f8f558a2e67ffad741beddbdf Signed-off-by: Patrick Georgi Reviewed-on: http://review.coreboot.org/9964 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel --- util/abuild/abuild | 1 + 1 file changed, 1 insertion(+) (limited to 'util/abuild') diff --git a/util/abuild/abuild b/util/abuild/abuild index 2f6d497267..a73fdb8ccb 100755 --- a/util/abuild/abuild +++ b/util/abuild/abuild @@ -254,6 +254,7 @@ function compile_target junit "" junitfile make.log junit "" + printf "failed\n" > compile.status printf "$VENDOR/$MAINBOARD build FAILED after ${duration}s!\nLog excerpt:\n" tail -n $CONTEXT make.log 2> /dev/null || tail -$CONTEXT make.log failed=1 -- cgit v1.2.3