mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
Explain how to kill stuck common test run
This commit is contained in:
parent
f2fd087673
commit
179a9f4ca8
@ -18,6 +18,13 @@ You can stop all the databases with CTRL-C.
|
||||
|
||||
## Running tests
|
||||
|
||||
Before running the test, you can ensure there is no running instance of Erlang common test tool. You can run the following
|
||||
command, especially if all test are skipped with an `eaddrinuse` error:
|
||||
|
||||
```
|
||||
pkill -9 ct_run
|
||||
```
|
||||
|
||||
You can run tests with (from ejabberd repository root):
|
||||
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user