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:
authorMorris Jobke <hey@morrisjobke.de>2019-03-05 16:06:38 +0300
committerMorris Jobke <hey@morrisjobke.de>2019-03-05 16:06:38 +0300
commit97aa7c4ceda83715ff695a08851f69a8ecc3d1bf (patch)
treecb2efd6077482e5d996a7b2508dfa0bac22f9510 /autotest-checkers.sh
parentc91ae1133e727156a63a8fe1bdc3ad0f05f4851a (diff)
Fully check compliant apps
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'autotest-checkers.sh')
-rwxr-xr-xautotest-checkers.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/autotest-checkers.sh b/autotest-checkers.sh
index 0bdd69510c6..7985a548bcd 100755
--- a/autotest-checkers.sh
+++ b/autotest-checkers.sh
@@ -21,10 +21,7 @@ for app in $(find "apps/" -mindepth 1 -maxdepth 1 -type d -exec basename {} \;);
[ "$app" == "files_sharing" ] || \
[ "$app" == "files_trashbin" ] || \
[ "$app" == "files_versions" ] || \
- [ "$app" == "lookup_server_connector" ] || \
[ "$app" == "provisioning_api" ] || \
- [ "$app" == "testing" ] || \
- [ "$app" == "twofactor_backupcodes" ] || \
[ "$app" == "updatenotification" ] || \
[ "$app" == "user_ldap" ]
then