diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-12-09 13:02:25 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-12-09 13:02:25 +0100 |
commit | 7fb2f7f5fe21c39f9a22e710935a11b1bd93c912 (patch) | |
tree | 188cdd94a32a2dc78a134940f56c491c4b83a26a /tests | |
parent | 5c95939bf388111a21ca94461e37b1b0b0b38159 (diff) | |
parent | 4d86466aec3ba279ca747faa3512177fef6511d8 (diff) | |
download | nextcloud-server-7fb2f7f5fe21c39f9a22e710935a11b1bd93c912.tar.gz nextcloud-server-7fb2f7f5fe21c39f9a22e710935a11b1bd93c912.zip |
Merge pull request #21068 from owncloud/fix-exit-code-autotest-external
Fix exit code autotest external
Diffstat (limited to 'tests')
-rw-r--r-- | tests/phpunit-autotest-external.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/phpunit-autotest-external.xml b/tests/phpunit-autotest-external.xml index b9402bfa572..31d2e395a01 100644 --- a/tests/phpunit-autotest-external.xml +++ b/tests/phpunit-autotest-external.xml @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="utf-8" ?> <phpunit bootstrap="bootstrap.php" - strict="true" verbose="true" timeoutForSmallTests="900" timeoutForMediumTests="900" |