mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-12 17:33:09 -06:00
Fix typo
This commit is contained in:
parent
324a694ec3
commit
fad7c568be
|
|
@ -24,7 +24,7 @@ fi
|
||||||
# Run unit tests and linters
|
# Run unit tests and linters
|
||||||
./scripts/build-test-lint.sh
|
./scripts/build-test-lint.sh
|
||||||
|
|
||||||
if [ "${TEST_SUITE-unit-test}" == "integ-test" ]; then
|
if [ "${TEST_SUITE-integ-test}" == "integ-test" ]; then
|
||||||
# Run the integration tests
|
# Run the integration tests
|
||||||
bin/roomserver-integration-tests
|
bin/roomserver-integration-tests
|
||||||
bin/syncserver-integration-tests
|
bin/syncserver-integration-tests
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue