diff options
| author | Paolo Bonzini | 2017-09-22 17:49:31 +0200 |
|---|---|---|
| committer | Fam Zheng | 2017-09-29 05:14:14 +0200 |
| commit | 6283847857d8008046ceddf2db4bd908df0c063a (patch) | |
| tree | 22edf5b3f7f429a100e2fdcb901814299cad5cc2 /tests/docker/test-full | |
| parent | Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20170927a'... (diff) | |
| download | qemu-6283847857d8008046ceddf2db4bd908df0c063a.tar.gz qemu-6283847857d8008046ceddf2db4bd908df0c063a.tar.xz qemu-6283847857d8008046ceddf2db4bd908df0c063a.zip | |
docker: add installation to build tests
Basic test that "make install" works; this requires msgfmt so add
gettext to the packages.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Message-Id: <1506095371-23160-1-git-send-email-pbonzini@redhat.com>
[Rebase to master. - Fam]
Signed-off-by: Fam Zheng <famz@redhat.com>
Diffstat (limited to 'tests/docker/test-full')
| -rwxr-xr-x | tests/docker/test-full | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/docker/test-full b/tests/docker/test-full index d71bf9d275..816d5a3eec 100755 --- a/tests/docker/test-full +++ b/tests/docker/test-full @@ -86,4 +86,4 @@ build_qemu \ --enable-xen-pci-passthrough \ --enable-xen-pv-domain-build \ --enable-xfsctl \ -&& make check $MAKEFLAGS +&& make check $MAKEFLAGS && install_qemu |
