aboutsummaryrefslogtreecommitdiff
path: root/test/docker/README.md
diff options
context:
space:
mode:
authorMickaël Rémond <mremond@process-one.net>2019-07-18 17:24:13 +0200
committerGitHub <noreply@github.com>2019-07-18 17:24:13 +0200
commit179a9f4ca80c50ddfe6b3c2b17274937242026d2 (patch)
tree023d41eb09d6752d454a5002c4f7af48ee2b869a /test/docker/README.md
parentUpdate docker test README (diff)
Explain how to kill stuck common test run
Diffstat (limited to 'test/docker/README.md')
-rw-r--r--test/docker/README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/docker/README.md b/test/docker/README.md
index 503173b06..af6ccdd04 100644
--- a/test/docker/README.md
+++ b/test/docker/README.md
@@ -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):
```