From 179a9f4ca80c50ddfe6b3c2b17274937242026d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20R=C3=A9mond?= Date: Thu, 18 Jul 2019 17:24:13 +0200 Subject: [PATCH] Explain how to kill stuck common test run --- test/docker/README.md | 7 +++++++ 1 file changed, 7 insertions(+) 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): ```