mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-12 09:23:09 -06:00
Move intsallation of kafka into script
This commit is contained in:
parent
51b111bc5f
commit
6a405a8d20
|
|
@ -43,7 +43,8 @@ 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
|
||||
openssl req -x509 -newkey rsa:512 -keyout server.key -out server.crt -days 365 -nodes -subj /CN=localhost
|
||||
time openssl req -x509 -newkey rsa:512 -keyout server.key -out server.crt -days 365 -nodes -subj /CN=localhost
|
||||
time ./scripts/install-local-kafka.sh
|
||||
|
||||
# Run the integration tests
|
||||
bin/roomserver-integration-tests
|
||||
|
|
|
|||
Loading…
Reference in a new issue