acme-dns/test/run_integration.sh

8 lines
179 B
Bash
Raw Permalink Normal View History

2016-11-17 23:36:11 +07:00
#!/bin/bash
source /home/vagrant/.profile
rm -rf /home/vagrant/src/acme-dns/*
cp -R /vagrant/* /home/vagrant/src/acme-dns/
cd /home/vagrant/src/acme-dns/
go get
go test -postgres