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:
Diffstat (limited to 'autotest-checkers.sh')
-rwxr-xr-xautotest-checkers.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/autotest-checkers.sh b/autotest-checkers.sh
index abadeeb182b..bb1ad2534fb 100755
--- a/autotest-checkers.sh
+++ b/autotest-checkers.sh
@@ -29,6 +29,7 @@ for app in $(find "apps/" -mindepth 1 -maxdepth 1 -type d -exec basename {} \;);
[ "$app" == "files_trashbin" ] || \
[ "$app" == "files_versions" ] || \
[ "$app" == "provisioning_api" ] || \
+ [ "$app" == "settings" ] || \
[ "$app" == "updatenotification" ] || \
[ "$app" == "user_ldap" ]
then