]> source.dussan.org Git - nextcloud-server.git/commitdiff
Add verbose to autotest phpunit, so we see skipped and incomplete tests.
authorAndreas Fischer <bantu@owncloud.com>
Thu, 25 Jul 2013 00:43:50 +0000 (02:43 +0200)
committerAndreas Fischer <bantu@owncloud.com>
Thu, 25 Jul 2013 00:43:50 +0000 (02:43 +0200)
tests/phpunit-autotest.xml

index 23b2d6c0060f293df7de59ce17f587d7182c2324..a893e96ad9722525ac382b3b13c514d8f94e2433 100644 (file)
@@ -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"