From 58474df42a2193fa3bf980e05ff2f7b092d29eae Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Fri, 31 Jul 2015 16:30:04 +0200 Subject: abuild: in junit output, name chromeos builds different from normal ones This will allow building and reporting both in one pass. Change-Id: Id7dbe63c7628cb97d9cf190c151bf23c7b264a89 Signed-off-by: Patrick Georgi Reviewed-on: http://review.coreboot.org/11093 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- util/abuild/abuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'util') diff --git a/util/abuild/abuild b/util/abuild/abuild index e3479880ea..f556972366 100755 --- a/util/abuild/abuild +++ b/util/abuild/abuild @@ -241,7 +241,7 @@ function compile_target etime=`perl -e 'print time();' 2>/dev/null || date +%s` duration=$(( $etime - $stime )) - junit " " + junit " " if [ $ret -eq 0 ]; then junit "" @@ -479,6 +479,7 @@ chromeos=false clean_work=false customizing="" configoptions="" +testclass= while true ; do case "$1" in -J|--junit) shift; mode=junit; rm -f $XMLFILE ;; @@ -538,6 +539,7 @@ while true ; do ;; -x|--chromeos) shift chromeos=true + testclass=chromeos customizing="${customizing}, chrome os" configoptions="${configoptions}CONFIG_CHROMEOS=y\n" ;; -- cgit v1.2.3