From 4072ff3e1af6438f66972ccd03c00183619d4586 Mon Sep 17 00:00:00 2001 From: Jacob Hoffman-Andrews Date: Mon, 30 Nov 2015 19:53:22 -0800 Subject: [PATCH] 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. --- tests/boulder-fetch.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/boulder-fetch.sh b/tests/boulder-fetch.sh index a2c31b1d9..0d8a3de38 100755 --- a/tests/boulder-fetch.sh +++ b/tests/boulder-fetch.sh @@ -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 -