summaryrefslogtreecommitdiff
path: root/tests/docker
diff options
context:
space:
mode:
authorFam Zheng <famz@redhat.com>2016-09-21 11:49:24 +0800
committerFam Zheng <famz@redhat.com>2016-09-23 11:48:32 +0800
commit3d3a6eb60d259a503ed771c878f777e2715d83db (patch)
treea60b05abd97930dd8340532d496599418ad64967 /tests/docker
parenta2bd7252fe8b43367d2f7d054154ffc56d6dd377 (diff)
downloadqemu-3d3a6eb60d259a503ed771c878f777e2715d83db.zip
docker: Flatten default target list in test-quick
Previously it is expanded to a whitespace separated list which is not the most appropriate format. Since it's only two items, flatten it. Signed-off-by: Fam Zheng <famz@redhat.com> Message-Id: <1474429768-25027-6-git-send-email-famz@redhat.com> Reviewed-by: Daniel P. Berrange <berrange@redhat.com>
Diffstat (limited to 'tests/docker')
-rwxr-xr-xtests/docker/test-quick2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/docker/test-quick b/tests/docker/test-quick
index 07cdc59a10..7885dfafdb 100755
--- a/tests/docker/test-quick
+++ b/tests/docker/test-quick
@@ -13,7 +13,7 @@
. common.rc
-DEF_TARGET_LIST="$(echo {x86_64,aarch64}-softmmu)"
+DEF_TARGET_LIST="x86_64-softmmu,aarch64-softmmu"
TARGET_LIST=${TARGET_LIST:-$DEF_TARGET_LIST} \
build_qemu
make check $MAKEFLAGS