Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMickaël Rémond <mremond@process-one.net>2019-07-18 18:14:20 +0300
committerGitHub <noreply@github.com>2019-07-18 18:14:20 +0300
commitf2fd08767334c2a525a4b625d486d211008550a5 (patch)
tree7ae24d31c2b5e13419bfc082bd61d31748216e32 /test
parenta351dfe0f85acd83eade9fe856e0730d5acf48f3 (diff)
Update docker test README
Diffstat (limited to 'test')
-rw-r--r--test/docker/README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/docker/README.md b/test/docker/README.md
index 5caccdcd9..503173b06 100644
--- a/test/docker/README.md
+++ b/test/docker/README.md
@@ -1,5 +1,7 @@
# Docker database images to run ejabberd tests
+## Starting databases
+
You can start the Docker environment with Docker Compose, from ejabberd repository root.
The following command will launch MySQL, PostgreSQL, Redis and Riak, and keep the console
@@ -14,6 +16,16 @@ mkdir test/docker/db/riak/data
You can stop all the databases with CTRL-C.
+## Running tests
+
+You can run tests with (from ejabberd repository root):
+
+```
+make test
+```
+
+## Cleaning up the test environment
+
You can fully clean up the environment with:
```