run pre-commit hook as part of test suite

This commit is contained in:
Hans-Christoph Steiner 2014-06-30 21:40:31 -04:00
parent 4d913d646a
commit a58a9bff18
1 changed files with 7 additions and 0 deletions

View File

@ -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"