mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:05:31 +02: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:
@@ -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 -
|
||||
|
||||
Reference in New Issue
Block a user