From 16c49b5ff5f55631d1caad48b875d2c9ff304cf3 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Tue, 23 May 2017 22:06:30 -0600 Subject: util/abuild: Start junit testcase block on kconfig failure This should allow Jenkins to parse the build failures when Kconfig generates an error. Change-Id: I5f9083c346ac7b6502f854b7e1f1054e81954d76 Signed-off-by: Martin Roth Reviewed-on: https://review.coreboot.org/19861 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- util/abuild/abuild | 1 + 1 file changed, 1 insertion(+) (limited to 'util') diff --git a/util/abuild/abuild b/util/abuild/abuild index c3b327183d..336cd51822 100755 --- a/util/abuild/abuild +++ b/util/abuild/abuild @@ -430,6 +430,7 @@ function build_config local VENDOR_OK=$? if [ $BUILDENV_CREATED -ne 0 ] || [ $MAINBOARD_OK -ne 0 ] || [ $VENDOR_OK -ne 0 ]; then + junit " " junit "" junitfile "$build_dir/config.log" -- cgit v1.2.3