chiark / gitweb /
run pre-commit hook as part of test suite
[fdroidserver.git] / tests / run-tests
index f1f23c903dc21a045d521734ea8af13df761538c..44ede13d9780fc1dc984bc0b46b7ed5edaa080a9 100755 (executable)
@@ -83,6 +83,13 @@ if [ -z $python ]; then
 fi
 
 
+#------------------------------------------------------------------------------#
+echo_header "run commit hooks"
+
+cd $WORKSPACE
+./hooks/pre-commit
+
+
 #------------------------------------------------------------------------------#
 echo_header "create a source tarball and use that to build a repo"