chiark
/
gitweb
/
~ianmdlvl
/
fdroidserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d913d6
)
run pre-commit hook as part of test suite
author
Hans-Christoph Steiner
<hans@eds.org>
Tue, 1 Jul 2014 01:40:31 +0000
(21:40 -0400)
committer
Hans-Christoph Steiner
<hans@eds.org>
Tue, 1 Jul 2014 03:01:48 +0000
(23:01 -0400)
tests/run-tests
patch
|
blob
|
history
diff --git
a/tests/run-tests
b/tests/run-tests
index f1f23c903dc21a045d521734ea8af13df761538c..44ede13d9780fc1dc984bc0b46b7ed5edaa080a9 100755
(executable)
--- 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"