[Pkg-owncloud-commits] [owncloud] 44/205: move the OCPSinceChecker.php to build/
David Prévot
taffit at moszumanska.debian.org
Thu Jul 2 17:36:53 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch stable8
in repository owncloud.
commit b230b8e2c6aa59ccc72b99d8c3b12d67c51693c3
Author: Morris Jobke <hey at morrisjobke.de>
Date: Fri Jun 19 11:03:09 2015 +0200
move the OCPSinceChecker.php to build/
---
autotest.sh | 2 +-
{tests => build}/OCPSinceChecker.php | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/autotest.sh b/autotest.sh
index 0d84fff..8e99c8f 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
similarity index 100%
rename from tests/OCPSinceChecker.php
rename to build/OCPSinceChecker.php
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list