From 17b24d3fefa16486a0433f68bdd6c68f22b73379 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Fri, 7 Dec 2012 13:13:26 -0800 Subject: abuild: produce valid junit files If no valid cross compiler is found, the junit file produced by abuild is invalid, missing the closing tag. This breaks proper reporting in Jenkins of our ARM board at this moment. Change-Id: I94bfc7f334d33ceeb53451a7c5125058c1f33bd4 Signed-off-by: Stefan Reinauer Reviewed-on: http://review.coreboot.org/1992 Reviewed-by: Patrick Georgi Reviewed-by: David Hendricks Tested-by: build bot (Jenkins) --- util/abuild/abuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'util') diff --git a/util/abuild/abuild b/util/abuild/abuild index 9591d1346a..aefb1ead1d 100755 --- a/util/abuild/abuild +++ b/util/abuild/abuild @@ -368,8 +368,9 @@ function build_target xml "" xml "" - junit " " - junit "No cross-compiler for $TARCH found" + junit "" + junit " No cross-compiler for $TARCH found" + junit "" return 0 else -- cgit v1.2.3