From b0432778661eb32a85f5f67aaef8d94aa9516114 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Sun, 25 Oct 2020 18:57:03 -0600 Subject: util/testing: Update test-abuild output directories This matches the what-jenkins-does target. Signed-off-by: Martin Roth Change-Id: I20b455e0161dcebf2eb9022bd142bbec99937a19 Reviewed-on: https://review.coreboot.org/c/coreboot/+/46806 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- util/testing/Makefile.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'util/testing/Makefile.inc') diff --git a/util/testing/Makefile.inc b/util/testing/Makefile.inc index 494055e749..88728841a3 100644 --- a/util/testing/Makefile.inc +++ b/util/testing/Makefile.inc @@ -99,8 +99,8 @@ test-lint: test-abuild: rm -rf coreboot-builds-chromeos coreboot-builds - export COREBOOT_BUILD_DIR=coreboot-builds-chromeos; util/abuild/abuild -B -e $(if $(TEST_NOCCACHE),,-y) -c $(CPUS) -p $(TEST_PAYLOAD) -x - util/abuild/abuild -B -e $(if $(TEST_NOCCACHE),,-y) -c $(CPUS) -p $(TEST_PAYLOAD) + util/abuild/abuild -o $(COREBOOT_BUILD_DIR)/chromeos -B -e $(if $(TEST_NOCCACHE),,-y) -c $(CPUS) -p $(TEST_PAYLOAD) -x + util/abuild/abuild -o $(COREBOOT_BUILD_DIR)/default -B -e $(if $(TEST_NOCCACHE),,-y) -c $(CPUS) -p $(TEST_PAYLOAD) test-payloads: $(MAKE) -C payloads/libpayload test-configs -j $(CPUS) V=$(V) Q=$(Q) MFLAGS= MAKEFLAGS= $(if $(TEST_NOCCACHE),,CONFIG_LP_CCACHE=y) -- cgit v1.2.3