Explain how to kill stuck common test run

This commit is contained in:
Mickaël Rémond 2019-07-18 17:24:13 +02:00 committed by GitHub
parent f2fd087673
commit 179a9f4ca8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -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):
```