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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@owncloud.com>2013-07-25 04:43:50 +0400
committerAndreas Fischer <bantu@owncloud.com>2013-07-25 04:43:50 +0400
commit763afa5064b1c51751ba1200212d8a18a2cae38b (patch)
tree79bd39557401daf8c5c144bdfc1c0a470368a724 /tests/phpunit-autotest.xml
parentff86b6f1346be9eb90ad82ae49742d22d4ee3e9d (diff)
Add verbose to autotest phpunit, so we see skipped and incomplete tests.
Diffstat (limited to 'tests/phpunit-autotest.xml')
-rw-r--r--tests/phpunit-autotest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/phpunit-autotest.xml b/tests/phpunit-autotest.xml
index 23b2d6c0060..a893e96ad97 100644
--- a/tests/phpunit-autotest.xml
+++ b/tests/phpunit-autotest.xml
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8" ?>
<phpunit bootstrap="bootstrap.php"
strict="true"
+ verbose="true"
timeoutForSmallTests="900"
timeoutForMediumTests="900"
timeoutForLargeTests="900"