mirror of
https://github.com/joohoi/acme-dns.git
synced 2025-07-30 14:39:15 +07:00
Added Vagrantfile for PostgreSQL integration tests
This commit is contained in:
7
test/run_integration.sh
Executable file
7
test/run_integration.sh
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
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
|
Reference in New Issue
Block a user