From 6945018a6885816f7e49ef406348798c6beebb84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Benn=C3=A9e?= Date: Fri, 9 Aug 2019 14:48:45 +0100 Subject: tests/docker: move DEF_TARGET_LIST setting to common.rc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We might as well not repeat ourselves. At the same time allow it to be overridden which we will use later from docker targets. Signed-off-by: Alex Bennée Reviewed-by: Philippe Mathieu-Daudé --- tests/docker/test-build | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/docker/test-build') diff --git a/tests/docker/test-build b/tests/docker/test-build index 22766cf..2b2a783 100755 --- a/tests/docker/test-build +++ b/tests/docker/test-build @@ -15,7 +15,6 @@ cd "$BUILD_DIR" -DEF_TARGET_LIST="x86_64-softmmu,aarch64-softmmu" TARGET_LIST=${TARGET_LIST:-$DEF_TARGET_LIST} \ build_qemu install_qemu -- cgit v1.1