提交 53735f0b 编写于 作者: P Paolo Bonzini 提交者: Fam Zheng

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: NPaolo Bonzini <pbonzini@redhat.com>
Message-id: 1465224417-141321-3-git-send-email-pbonzini@redhat.com
Signed-off-by: NFam Zheng <famz@redhat.com>
上级 34c98c54
......@@ -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 \
"$@"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册