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 <pbonzini@redhat.com>
Message-id: 1465224417-141321-3-git-send-email-pbonzini@redhat.com
Signed-off-by: Fam Zheng <famz@redhat.com>
This commit is contained in:
Paolo Bonzini 2016-06-06 16:46:53 +02:00 committed by Fam Zheng
parent 34c98c54c3
commit 53735f0b82

View file

@ -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 \
"$@"