mirror of
https://github.com/processone/ejabberd.git
synced 2024-10-11 15:08:56 +02:00
Mention about a few Riak tests being broken
This commit is contained in:
parent
179a9f4ca8
commit
11e4b9d882
@ -31,6 +31,14 @@ You can run tests with (from ejabberd repository root):
|
||||
make test
|
||||
```
|
||||
|
||||
At the moment, starting from Erlang 21, some Riak tests are broken because Riak client is not compliant with OTP 21+.
|
||||
|
||||
To run everything except Riak tests, you can use the following command:
|
||||
|
||||
```
|
||||
CT_BACKENDS=mnesia,redis,mysql,pgsql,sqlite,ldap,extauth rebar ct suites=ejabberd
|
||||
```
|
||||
|
||||
## Cleaning up the test environment
|
||||
|
||||
You can fully clean up the environment with:
|
||||
|
Loading…
Reference in New Issue
Block a user