summaryrefslogtreecommitdiff
path: root/tests/setup
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-03-22 15:29:56 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-03-22 15:38:41 +0000
commited01c071973ae591366fb68af89f2c79494f0452 (patch)
treec5ecb3c83d7bb245d627ac81d1af3d27c3e86b1b /tests/setup
parent06251866480c29f32327d4de96ae28738cb0ef45 (diff)
downloadmorph-ed01c071973ae591366fb68af89f2c79494f0452.tar.gz
Add helper script to be used from tests to run morph
The helper script makes it easier for the test scripts to invoke morph.
Diffstat (limited to 'tests/setup')
-rwxr-xr-xtests/setup11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/setup b/tests/setup
index 3711f050..f20f6892 100755
--- a/tests/setup
+++ b/tests/setup
@@ -115,3 +115,14 @@ git add hello-system.morph
git commit --quiet -m "add morphs"
+
+# Create a morph configuration file.
+cat <<EOF > "$DATADIR/morph.conf"
+[config]
+git-base-url = file://$DATADIR/
+cachedir = $DATADIR/cache
+log = $DATADIR/morph.log
+keep-path = true
+no-distcc = true
+EOF
+