mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 13:59:02 -04:00
Run RabbitMQ setup during test setup.
This was recently introduced on the Boulder side. Note: long-term we want to have the client tests run the same setup steps as Boulder does, with the same script. This is a quick fix to unbreak the build.
This commit is contained in:
parent
e2e2a29dee
commit
4072ff3e1a
1 changed files with 1 additions and 0 deletions
|
|
@ -33,6 +33,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
|
||||
go run cmd/rabbitmq-setup/main.go -server amqp://localhost
|
||||
# listenbuddy is needed for ./start.py
|
||||
go get github.com/jsha/listenbuddy
|
||||
cd -
|
||||
|
|
|
|||
Loading…
Reference in a new issue