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

test: use vagrant libvirt provider as needed

parent ca3511ec
No related branches found
No related tags found
1 merge request!56test: use vagrant libvirt provider as needed
Pipeline #4342 failed
......@@ -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