summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>2013-06-19 21:50:42 +1000
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>2013-06-19 21:52:50 +1000
commitf34e9734ec18b1a30ec9496e6a4fcbf40300a7ff (patch)
treeaaed675dab8c76acd2af3172ff60d5104113e950
parentShutdown rooms before starting test cases (diff)
Clarify MySQL/PostgreSQL preparation for running the test suite.
-rw-r--r--test/README4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/README b/test/README
index c82b791b..7ccd2745 100644
--- a/test/README
+++ b/test/README
@@ -1,5 +1,7 @@
You need MySQL and PostgreSQL up and running.
-Both of them should grant access to user 'ejabberd_test' with
+MySQL should be accepting TCP connections on localhost:3306.
+PostgreSQL should be accepting TCP connections on localhost:5432.
+Both of them should grant full access to user 'ejabberd_test' with
password 'ejabberd_test' on database 'ejabberd_test'.
Here is a quick setup example: