aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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):
```