From fc8566b253f2522541f6334bca0b2d0402a4ebc5 Mon Sep 17 00:00:00 2001 From: Daniel Kesselberg Date: Tue, 14 Jul 2020 21:43:19 +0200 Subject: Move check for missing since tag to autotest-checkers.sh Signed-off-by: Daniel Kesselberg --- autotest.sh | 3 --- 1 file changed, 3 deletions(-) (limited to 'autotest.sh') 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 -- cgit v1.2.3