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

tests: Fix rsync config in Vagrantfile

parent 851e3195
No related branches found
No related tags found
1 merge request!46Add a testsuite
......@@ -17,6 +17,6 @@ Vagrant.configure("2") do |config|
SHELL
config.vm.synced_folder ".", "/vagrant", type: "rsync",
rsync__exclude: ".git/",
rsync__args: ["--delete"]
rsync__args: ["--recursive", "--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