diff options
author | Jörn Friedrich Dreyer <jfd@butonic.de> | 2013-07-25 03:14:43 -0700 |
---|---|---|
committer | Jörn Friedrich Dreyer <jfd@butonic.de> | 2013-07-25 03:14:43 -0700 |
commit | 9762a4dd95859cd6e4d9d6bd9560ef0374034a2a (patch) | |
tree | 8cbb7c002d9d198f960fe17cc00f5f760ac9ed7d | |
parent | 9394fc5d4a89c55ecf13f481beae4072e47047c5 (diff) | |
parent | 763afa5064b1c51751ba1200212d8a18a2cae38b (diff) | |
download | nextcloud-server-9762a4dd95859cd6e4d9d6bd9560ef0374034a2a.tar.gz nextcloud-server-9762a4dd95859cd6e4d9d6bd9560ef0374034a2a.zip |
Merge pull request #4191 from owncloud/autotest-show-skipped-tests
Add verbose to autotest phpunit, so we see skipped and incomplete tests.
-rw-r--r-- | tests/phpunit-autotest.xml | 1 |
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" |