diff options
-rwxr-xr-x | autotest.sh | 2 | ||||
-rw-r--r-- | build/OCPSinceChecker.php (renamed from tests/OCPSinceChecker.php) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/autotest.sh b/autotest.sh index 0d84fff12c4..8e99c8f0ca9 100755 --- a/autotest.sh +++ b/autotest.sh @@ -90,7 +90,7 @@ if [ "$1" ]; then fi # check for the presence of @since in all OCP methods -$PHP tests/OCPSinceChecker.php +$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 diff --git a/tests/OCPSinceChecker.php b/build/OCPSinceChecker.php index c059b687393..c059b687393 100644 --- a/tests/OCPSinceChecker.php +++ b/build/OCPSinceChecker.php |