From 53735f0b823d655f8e29e43d4ed6080970c87019 Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Mon, 6 Jun 2016 16:46:53 +0200 Subject: tests/docker: make test-full build all targets, not none Fix common.rc to avoid passing an empty --target-list= option to configure. Signed-off-by: Paolo Bonzini Message-id: 1465224417-141321-3-git-send-email-pbonzini@redhat.com Signed-off-by: Fam Zheng --- tests/docker/common.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/docker/common.rc') diff --git a/tests/docker/common.rc b/tests/docker/common.rc index c493eebd45..77069e1285 100755 --- a/tests/docker/common.rc +++ b/tests/docker/common.rc @@ -24,7 +24,7 @@ requires() build_qemu() { $QEMU_SRC/configure \ - --target-list="${TARGET_LIST}" \ + ${TARGET_LIST:+"--target-list=${TARGET_LIST}"} \ --prefix="$PWD/install" \ $EXTRA_CONFIGURE_OPTS \ "$@" -- cgit v1.2.1