浏览代码

Merge pull request #14560 from nextcloud/tests/noid/fully-check-compliant-apps

Fully check compliant apps
tags/v16.0.0beta1
Morris Jobke 5 年前
父节点
当前提交
d77bab9a26
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0
    3
      autotest-checkers.sh

+ 0
- 3
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

正在加载...
取消
保存