diff options
author | Morris Jobke <hey@morrisjobke.de> | 2019-03-05 14:06:38 +0100 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2019-03-05 14:06:38 +0100 |
commit | 97aa7c4ceda83715ff695a08851f69a8ecc3d1bf (patch) | |
tree | cb2efd6077482e5d996a7b2508dfa0bac22f9510 /autotest-checkers.sh | |
parent | c91ae1133e727156a63a8fe1bdc3ad0f05f4851a (diff) | |
download | nextcloud-server-97aa7c4ceda83715ff695a08851f69a8ecc3d1bf.tar.gz nextcloud-server-97aa7c4ceda83715ff695a08851f69a8ecc3d1bf.zip |
Fully check compliant apps
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
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 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 |