diff options
author | Morris Jobke <hey@morrisjobke.de> | 2019-03-06 14:00:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-06 14:00:10 +0100 |
commit | d77bab9a2663511adcfd9ede158a66b82fe20c7b (patch) | |
tree | 710e773fafea3edf4b3a407b6595b2fd41f36c1e /autotest-checkers.sh | |
parent | bdf95ef0eca7ac1db75b743c9d6ca232e6d3f3a3 (diff) | |
parent | 97aa7c4ceda83715ff695a08851f69a8ecc3d1bf (diff) | |
download | nextcloud-server-d77bab9a2663511adcfd9ede158a66b82fe20c7b.tar.gz nextcloud-server-d77bab9a2663511adcfd9ede158a66b82fe20c7b.zip |
Merge pull request #14560 from nextcloud/tests/noid/fully-check-compliant-apps
Fully check compliant apps
Diffstat (limited to 'autotest-checkers.sh')
-rwxr-xr-x | autotest-checkers.sh | 3 |
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 |