[Pkg-owncloud-commits] [owncloud-doc] 30/49: Added pgsql and missing .sh
David Prévot
taffit at moszumanska.debian.org
Fri Jan 17 02:41:31 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud-doc.
commit 91da272eb94a61d445ccf66aac3761c893d8063c
Author: Vincent Petry <PVince81 at yahoo.fr>
Date: Thu Jan 9 13:14:12 2014 +0100
Added pgsql and missing .sh
---
developer_manual/core/unit-testing.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/developer_manual/core/unit-testing.rst b/developer_manual/core/unit-testing.rst
index 29b870b..967dabc 100644
--- a/developer_manual/core/unit-testing.rst
+++ b/developer_manual/core/unit-testing.rst
@@ -90,7 +90,7 @@ adjust your php.ini and file rights.
Running unit tests for the ownCloud core project
------------------------------------------------
-The core project provides a script that runs all the core unit tests using different database backends like sqlite, mysql, oracle::
+The core project provides a script that runs all the core unit tests using different database backends like sqlite, mysql, pgsql, oci (for Oracle)::
./autotest.sh
@@ -100,7 +100,7 @@ To run tests only for sqlite::
To run a specific test suite (note that the test file path is relative to the "tests" directory)::
- ./autotest sqlite lib/share/share.php
+ ./autotest.sh sqlite lib/share/share.php
Further Reading
---------------
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-doc.git
More information about the Pkg-owncloud-commits
mailing list