diff --git a/test/common/config/pkgdep/git b/test/common/config/pkgdep/git index 5e072d295..398a80ea4 100644 --- a/test/common/config/pkgdep/git +++ b/test/common/config/pkgdep/git @@ -270,7 +270,8 @@ function install_vagrant() { local vagrant_plugins=(vagrant-libvirt vagrant-sshfs vagrant-cachier vagrant-proxyconf) if [[ $OSID != ubuntu ]]; then - error "Currently only ubuntu is supported" + echo "Currently, Vagrant installation is supported only on ubuntu" + return 0 fi # Install vagrant and it's plugins dependencies