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.sh')
-rwxr-xr-xautotest.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/autotest.sh b/autotest.sh
index a43e05f9334..7214df18b14 100755
--- a/autotest.sh
+++ b/autotest.sh
@@ -109,9 +109,6 @@ else
PRIMARY_STORAGE_CONFIG="local"
fi
-# check for the presence of @since in all OCP methods
-$PHP build/OCPSinceChecker.php
-
# Back up existing (dev) config if one exists and backup not already there
if [ -f config/config.php ] && [ ! -f config/config-autotest-backup.php ]; then
mv config/config.php config/config-autotest-backup.php