summaryrefslogtreecommitdiff
path: root/tests/name-clash.script
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-03-22 15:32:34 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-03-22 15:38:41 +0000
commit6b6e41c2a22106c7afca2d17262d90d7d13d79de (patch)
treedaeeb0bd569c5596af24f33822e602148cd61767 /tests/name-clash.script
parented01c071973ae591366fb68af89f2c79494f0452 (diff)
downloadmorph-6b6e41c2a22106c7afca2d17262d90d7d13d79de.tar.gz
Simply calls to morph by using tests/morph wrapper
Diffstat (limited to 'tests/name-clash.script')
-rwxr-xr-xtests/name-clash.script10
1 files changed, 2 insertions, 8 deletions
diff --git a/tests/name-clash.script b/tests/name-clash.script
index 0d989732..b63fbfac 100755
--- a/tests/name-clash.script
+++ b/tests/name-clash.script
@@ -51,16 +51,10 @@ EOF
)
# build the dodgy chunk
-./morph --no-default-configs build chunk-repo farrokh goodbye.morph \
- --git-base-url="file://$DATADIR" \
- --cachedir="$cache" --keep-path --no-distcc \
- --log="$log" || cat "$log" 1>&2
+tests/morph build chunk-repo farrokh goodbye.morph
# build a stratum
-./morph --no-default-configs build morphs-repo master hello-stratum.morph \
- --git-base-url="file://$DATADIR" \
- --cachedir="$cache" --keep-path --no-distcc \
- --log="$log" || cat "$log" 1>&2
+tests/morph build morphs-repo master hello-stratum.morph
# unpack it and check the contents
INSTDIR="$DATADIR"/unpack