summaryrefslogtreecommitdiffstats
path: root/tests/docker/test-quick
diff options
context:
space:
mode:
authorAlex Bennée2019-08-09 15:48:45 +0200
committerAlex Bennée2019-09-10 15:14:31 +0200
commit6945018a6885816f7e49ef406348798c6beebb84 (patch)
tree2ad672e8d3d386cb593ac10a54790b9e72127b7d /tests/docker/test-quick
parenttests/tcg: add .gitignore for in source builds (diff)
downloadqemu-6945018a6885816f7e49ef406348798c6beebb84.tar.gz
qemu-6945018a6885816f7e49ef406348798c6beebb84.tar.xz
qemu-6945018a6885816f7e49ef406348798c6beebb84.zip
tests/docker: move DEF_TARGET_LIST setting to common.rc
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 <alex.bennee@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Diffstat (limited to 'tests/docker/test-quick')
-rwxr-xr-xtests/docker/test-quick1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/docker/test-quick b/tests/docker/test-quick
index eee59c55fb..feee44b247 100755
--- a/tests/docker/test-quick
+++ b/tests/docker/test-quick
@@ -15,7 +15,6 @@
cd "$BUILD_DIR"
-DEF_TARGET_LIST="x86_64-softmmu,aarch64-softmmu"
TARGET_LIST=${TARGET_LIST:-$DEF_TARGET_LIST} \
build_qemu
check_qemu