Skip to content
Snippets Groups Projects
Commit b230b8e2 authored by Morris Jobke's avatar Morris Jobke
Browse files

move the OCPSinceChecker.php to build/

parent eddbdb8f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment