]> granicus.if.org Git - ejabberd/commitdiff
Update docker test README
authorMickaël Rémond <mremond@process-one.net>
Thu, 18 Jul 2019 15:14:20 +0000 (17:14 +0200)
committerGitHub <noreply@github.com>
Thu, 18 Jul 2019 15:14:20 +0000 (17:14 +0200)
test/docker/README.md

index 5caccdcd9b1247dcfb572e33468dab3315b3c83b..503173b0602bbd70beafa878b3d1015309e55e5a 100644 (file)
@@ -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:
 
 ```