Merge pull request #1168 from letsencrypt/listenbuddy

Install listenbuddy
This commit is contained in:
bmw 2015-10-28 09:16:06 -07:00
commit 4009da2e22

View file

@ -37,5 +37,7 @@ wget https://github.com/jsha/boulder-tools/raw/master/goose.gz && \
zcat goose.gz > $GOPATH/bin/goose && \
chmod +x $GOPATH/bin/goose
./test/create_db.sh
# listenbuddy is needed for ./start.py
go get github.com/jsha/listenbuddy
./start.py &
# Hopefully start.py bootstraps before integration test is started...