Skip to content

Commit

Permalink
tests/docker: make test-full build all targets, not none
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
bonzini authored and Fam Zheng committed Jun 8, 2016
1 parent 34c98c5 commit 53735f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/docker/common.rc
Expand Up @@ -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 \
"$@"
Expand Down

0 comments on commit 53735f0

Please sign in to comment.