Test a branch
docker run -it -v /THE/PATH:/dns golang
git clone -b INSERT_BRANCH_HERE --single-branch https://github.com/StackExchange/dnscontrol.git
cd dnscontrol
go installcd /dns
dnscontrol previewcd /go/dnscontrol/integrationTest
go test -v -verbose -profile INSERT_PROVIDER_NAME -start 1 -end 3Last updated