summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-07-03 18:28:10 +0300
committerLars Wirzenius <liw@liw.fi>2015-07-03 18:28:10 +0300
commitb09346320ad136daf907a41027c12d8989748498 (patch)
tree597ce7683f9a91c8b10978e9f83010f95f1849d9
parent406824f97605608d6337e9d082245a1dabc2bf89 (diff)
downloadick-b09346320ad136daf907a41027c12d8989748498.tar.gz
Set GIT env vars to set configuration for tests
-rwxr-xr-xcheck4
1 files changed, 4 insertions, 0 deletions
diff --git a/check b/check
index 287a7d5..4cc7ec9 100755
--- a/check
+++ b/check
@@ -19,6 +19,10 @@
set -eu
+export GIT_AUTHOR_NAME='Tomjon King'
+export GIT_AUTHOR_EMAIL='tomjon@example.com'
+export GIT_COMMITTER_NAME="$GIT_AUTHOR_NAME"
+export GIT_COMMITTER_EMAIL="$GIT_AUTHOR_EMAIL"
python -m CoverageTestRunner icklib --ignore-missing-from without-tests
rm .coverage