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-06 16:00:10 +0300
committerGitHub <noreply@github.com>2019-03-06 16:00:10 +0300
commitd77bab9a2663511adcfd9ede158a66b82fe20c7b (patch)
tree710e773fafea3edf4b3a407b6595b2fd41f36c1e /autotest-checkers.sh
parentbdf95ef0eca7ac1db75b743c9d6ca232e6d3f3a3 (diff)
parent97aa7c4ceda83715ff695a08851f69a8ecc3d1bf (diff)
Merge pull request #14560 from nextcloud/tests/noid/fully-check-compliant-apps
Fully check compliant apps
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 37b396de5e5..abadeeb182b 100755
--- a/autotest-checkers.sh
+++ b/autotest-checkers.sh
@@ -28,10 +28,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