diff options
author | Daniel Kesselberg <mail@danielkesselberg.de> | 2020-08-10 21:49:50 +0200 |
---|---|---|
committer | Daniel Kesselberg <mail@danielkesselberg.de> | 2020-08-10 21:49:50 +0200 |
commit | aa0e90f0c01f8a91be2ecdcaae9222e4807b2e78 (patch) | |
tree | a6749ce396b92d0a974197724b0582677173d0e9 /tests/phpunit-autotest.xml | |
parent | 2ae285daecb58131f72e5f6cbef3a46a9ab329f5 (diff) | |
download | nextcloud-server-aa0e90f0c01f8a91be2ecdcaae9222e4807b2e78.tar.gz nextcloud-server-aa0e90f0c01f8a91be2ecdcaae9222e4807b2e78.zip |
Exclude apps/files_external/3rdparty again
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Diffstat (limited to 'tests/phpunit-autotest.xml')
-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 cba407dae77..17b0b62c0b7 100644 --- a/tests/phpunit-autotest.xml +++ b/tests/phpunit-autotest.xml @@ -21,6 +21,7 @@ <directory suffix=".php">../3rdparty</directory> <directory suffix=".php">../apps/*/composer</directory> <directory suffix=".php">../apps/*/tests</directory> + <directory suffix=".php">../apps/files_external/3rdparty</directory> <directory suffix=".php">../build</directory> <directory suffix=".php">../lib/composer</directory> <directory suffix=".php">../tests</directory> |