From: Mickaël Rémond Date: Thu, 18 Jul 2019 15:24:13 +0000 (+0200) Subject: Explain how to kill stuck common test run X-Git-Tag: 19.08~52 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=179a9f4ca80c50ddfe6b3c2b17274937242026d2;p=ejabberd Explain how to kill stuck common test run --- 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): ```