chiark / gitweb /
run pre-commit hook as part of test suite
authorHans-Christoph Steiner <hans@eds.org>
Tue, 1 Jul 2014 01:40:31 +0000 (21:40 -0400)
committerHans-Christoph Steiner <hans@eds.org>
Tue, 1 Jul 2014 03:01:48 +0000 (23:01 -0400)
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"