summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
authorRic Holland <richard.holland@codethink.co.uk>2013-03-15 15:47:49 +0000
committerJonathan Maw <jonathan.maw@codethink.co.uk>2013-03-20 13:25:13 +0000
commite28075978648a329cb6134e24e273079fd36edad (patch)
treea8a4e38dfe0d4b8150c3185598103e410fee84b8 /check
parent4d3b1f987e11e8d42f3b050badccc6a63c07f23a (diff)
downloadmorph-e28075978648a329cb6134e24e273079fd36edad.tar.gz
check now uses git config file in morph/scripts
To remove need of configuring git to check new system .gitconfig file added to morph/scripts and check set to use this file.
Diffstat (limited to 'check')
-rwxr-xr-xcheck2
1 files changed, 2 insertions, 0 deletions
diff --git a/check b/check
index 6e02ef6b..170ed8bf 100755
--- a/check
+++ b/check
@@ -48,6 +48,8 @@ export PYTHONPATH
python setup.py clean check
+HOME="$(pwd)/scripts"
+
cmdtest tests
if $full