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>2017-07-12 12:52:42 +0300
committerMorris Jobke <hey@morrisjobke.de>2017-07-12 12:52:42 +0300
commit844e7b03b43c1eddd739143c4f174d70d4749420 (patch)
tree45ca1f82a35fab8426dae7a470f92144345b373b /autotest-checkers.sh
parent13295c2d1ddf3e4daf491a6c41303dbd1dc40b68 (diff)
Add test to check if new files are added to the root of the repository
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'autotest-checkers.sh')
-rwxr-xr-xautotest-checkers.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/autotest-checkers.sh b/autotest-checkers.sh
index 35c945a17e9..96525655fe1 100755
--- a/autotest-checkers.sh
+++ b/autotest-checkers.sh
@@ -37,6 +37,9 @@ for app in $(find "apps/" -mindepth 1 -maxdepth 1 -type d -exec basename {} \;);
RESULT=$(($RESULT+$?))
done;
+php ./build/files-checker.php
+RESULT=$(($RESULT+$?))
+
php ./build/signed-off-checker.php
RESULT=$(($RESULT+$?))