]> granicus.if.org Git - ejabberd/commitdiff
Explain how to kill stuck common test run
authorMickaël Rémond <mremond@process-one.net>
Thu, 18 Jul 2019 15:24:13 +0000 (17:24 +0200)
committerGitHub <noreply@github.com>
Thu, 18 Jul 2019 15:24:13 +0000 (17:24 +0200)
test/docker/README.md

index 503173b0602bbd70beafa878b3d1015309e55e5a..af6ccdd0445565fa4821268605d9093758c0cf4a 100644 (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):
 
 ```