From a58a9bff18265a07169db7b3ad09c4ecda7938ad Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 30 Jun 2014 21:40:31 -0400 Subject: [PATCH] run pre-commit hook as part of test suite --- tests/run-tests | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tests/run-tests b/tests/run-tests index f1f23c90..44ede13d 100755 --- a/tests/run-tests +++ b/tests/run-tests @@ -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" -- 2.30.2