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:
authorMorris Jobke <hey@morrisjobke.de>2015-06-19 12:03:09 +0300
committerMorris Jobke <hey@morrisjobke.de>2015-06-19 12:03:09 +0300
commitb230b8e2c6aa59ccc72b99d8c3b12d67c51693c3 (patch)
tree1115ac855cfa3c40359f8f27bc3e084dbc7239cb /autotest.sh
parenteddbdb8f21e9bbd1ff1a6b20140cdad93b6156d3 (diff)
move the OCPSinceChecker.php to build/
Diffstat (limited to 'autotest.sh')
-rwxr-xr-xautotest.sh2
1 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