summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-05-07 21:40:13 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-05-07 21:40:13 +0200
commit4e5ad75844697569d1de874352e8af8a12474f35 (patch)
treebe966f381584c79ed2338b210c5abc89190c4434
parent67db007a10887082c1ca435593f43ff1a9be3c62 (diff)
readme fix
-rw-r--r--README.rst11
1 files changed, 6 insertions, 5 deletions
diff --git a/README.rst b/README.rst
index ae9003bfd..23a9f7e0b 100644
--- a/README.rst
+++ b/README.rst
@@ -148,19 +148,19 @@ Running tests
-------------
All tests
~~~~~~~~~
-::
+To run them execute::
make test
PHP Unit tests
~~~~~~~~~~~~~~
-::
+To run them execute::
make unit-tests
Integration tests
~~~~~~~~~~~~~~~~~
-::
+To run them execute::
make integration-tests
@@ -172,12 +172,13 @@ To change the url under which ownCloud is installed, set the environment variabl
export OWNCLOUD_HOST='localhost/core'
-::
+Otherwise it defaults to **localhost/owncloud**
+To run them execute::
make acceptance-tests
JavaScript unit tests
~~~~~~~~~~~~~~~~~~~~~
-::
+To run them execute::
make javascript-tests \ No newline at end of file