mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-21 04:53:14 -06:00
Fix wrong path
This commit is contained in:
parent
033e45e64d
commit
e9abc08b49
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
if [[ "${COVER}" -eq 1 ]]; then
|
if [[ "${COVER}" -eq 1 ]]; then
|
||||||
echo "Running with coverage"
|
echo "Running with coverage"
|
||||||
exec /usr/bin/dendrite-monolith-server-cover \
|
exec /dendrite/dendrite-monolith-server-cover \
|
||||||
--really-enable-open-registration \
|
--really-enable-open-registration \
|
||||||
--tls-cert server.crt \
|
--tls-cert server.crt \
|
||||||
--tls-key server.key \
|
--tls-key server.key \
|
||||||
|
|
@ -13,7 +13,7 @@ if [[ "${COVER}" -eq 1 ]]; then
|
||||||
--test.coverprofile=integrationcover.log
|
--test.coverprofile=integrationcover.log
|
||||||
else
|
else
|
||||||
echo "Not running with coverage"
|
echo "Not running with coverage"
|
||||||
exec /usr/bin/dendrite-monolith-server \
|
exec /dendrite/dendrite-monolith-server \
|
||||||
--really-enable-open-registration \
|
--really-enable-open-registration \
|
||||||
--tls-cert server.crt \
|
--tls-cert server.crt \
|
||||||
--tls-key server.key \
|
--tls-key server.key \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue