Add some output

This commit is contained in:
Erik Johnston 2017-11-08 11:49:59 +00:00
parent 6a405a8d20
commit 74ee0f7c76

View file

@ -43,7 +43,9 @@ if [ "${TEST_SUITE:-integ-test}" == "integ-test" ]; then
gb build github.com/matrix-org/dendrite/cmd/client-api-proxy
# Create necessary certificates and keys to run dendrite
echo "Generating certs..."
time openssl req -x509 -newkey rsa:512 -keyout server.key -out server.crt -days 365 -nodes -subj /CN=localhost
echo "Installing kafka..."
time ./scripts/install-local-kafka.sh
# Run the integration tests