move the OCPSinceChecker.php to build/
This commit is contained in:
parent
eddbdb8f21
commit
b230b8e2c6
|
@ -90,7 +90,7 @@ if [ "$1" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# check for the presence of @since in all OCP methods
|
# 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
|
# 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
|
if [ -f config/config.php ] && [ ! -f config/config-autotest-backup.php ]; then
|
||||||
|
|
Loading…
Reference in New Issue