Skip to content
Snippets Groups Projects
Commit 2f5ffbd0 authored by godog's avatar godog
Browse files

Merge branch 'libvirt' into 'master'

test: use vagrant libvirt provider as needed

See merge request !56
parents b0f5e1be e7b75b3e
No related branches found
No related tags found
1 merge request!56test: use vagrant libvirt provider as needed
......@@ -28,7 +28,7 @@ clean() {
start_vagrant() {
# Ignore errors on update.
vagrant box update
vagrant up \
vagrant up ${LIBVIRT:+--provider libvirt} \
|| die "could not start virtual machines"
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment