Browse Source
Merge pull request #14560 from nextcloud/tests/noid/fully-check-compliant-apps
Fully check compliant apps
pull/14569/head
Morris Jobke
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
3 deletions
-
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 |
|
|
|
|