summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcheck2
-rw-r--r--scripts/.gitconfig3
2 files changed, 5 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
diff --git a/scripts/.gitconfig b/scripts/.gitconfig
new file mode 100644
index 00000000..b3f6b978
--- /dev/null
+++ b/scripts/.gitconfig
@@ -0,0 +1,3 @@
+[user]
+ name = morph test suite
+ email = morph.tests@baserock.org