diff options
Diffstat (limited to 'autotest.sh')
-rwxr-xr-x | autotest.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/autotest.sh b/autotest.sh index 3ce88c64974..0d84fff12c4 100755 --- a/autotest.sh +++ b/autotest.sh @@ -89,6 +89,9 @@ if [ "$1" ]; then fi fi +# check for the presence of @since in all OCP methods +$PHP tests/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 |