From 31eff4576507f46b2ba49b4c89d12cb50484ca21 Mon Sep 17 00:00:00 2001 From: Joona Hoikkala Date: Thu, 17 Nov 2016 18:32:52 +0200 Subject: [PATCH] Finetuning --- .gitignore | 1 + Vagrantfile | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) 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|