diff --git a/.gitignore b/.gitignore index 77254d3..74a8f8b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ acme-dns acme-dns.db acme-dns.log +.vagrant diff --git a/Vagrantfile b/Vagrantfile index b6fe4f5..433a79a 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -8,7 +8,8 @@ VAGRANTFILE_API_VERSION = "2" $ubuntu_setup_script = <> /home/vagrant/.profile echo "export GOPATH=/home/vagrant" >> /home/vagrant/.profile @@ -16,7 +17,8 @@ mkdir -p /home/vagrant/src/acme-dns chown -R vagrant /home/vagrant/src cp /vagrant/test/run_integration.sh /home/vagrant bash /vagrant/test/pgsql.sh -echo "To run integration tests run /home/vagrant/run_integration.sh" +echo "\n-------------------------------------------------------------" +echo "To run integration tests run, /home/vagrant/run_integration.sh" SETUP_SCRIPT Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|