From b230b8e2c6aa59ccc72b99d8c3b12d67c51693c3 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Fri, 19 Jun 2015 11:03:09 +0200 Subject: move the OCPSinceChecker.php to build/ --- autotest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autotest.sh') 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 -- cgit v1.2.3