Merge "Add test dependency installation on Gentoo"

This commit is contained in:
Jenkins 2016-05-13 03:18:55 +00:00 committed by Gerrit Code Review
commit 4ad40f5387
1 changed files with 6 additions and 1 deletions

View File

@ -13,4 +13,9 @@ sudo apt-get install -y \
sudo yum -y install \
debootstrap \
kpartx \
qemu-img
qemu-img || \
sudo emerge \
app-emulation/qemu \
dev-python/pyyaml \
sys-block/parted \
sys-fs/multipath-tools