Skip to content
Snippets Groups Projects
Commit c52fe1b9 authored by Jérôme Charaoui's avatar Jérôme Charaoui
Browse files

tests: Specify hostname in Vagrantfile

parent 1da0b81a
Branches
Tags
1 merge request!46Add a testsuite
......@@ -18,4 +18,5 @@ Vagrant.configure("2") do |config|
config.vm.synced_folder ".", "/vagrant", type: "rsync",
rsync__exclude: ".git/",
rsync__args: ["--delete"]
config.vm.hostname = "bntest0"
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment