summaryrefslogtreecommitdiff
path: root/yarns/regression.yarn
diff options
context:
space:
mode:
authorTiago Gomes <tiago.gomes@codethink.co.uk>2015-11-23 10:15:49 +0000
committerTiago Gomes <tiago.gomes@codethink.co.uk>2015-11-25 17:01:58 +0000
commit38f356088ff85a2ca186704173f8a9fb5cf9db66 (patch)
treec5165e3e36835e34b46ba891baa101e3d19b3a15 /yarns/regression.yarn
parentd71d4824ef57a97266eebc11320cfb38295f484a (diff)
downloadmorph-38f356088ff85a2ca186704173f8a9fb5cf9db66.tar.gz
Tests: rename git repository
Rename the git repository where the morphologies used for testing are kept, from morphs to definitions. Change-Id: Icd5fa6609ddec3993dd4c772cd916359843ef500
Diffstat (limited to 'yarns/regression.yarn')
-rw-r--r--yarns/regression.yarn12
1 files changed, 6 insertions, 6 deletions
diff --git a/yarns/regression.yarn b/yarns/regression.yarn
index 784d6b3e..151f60d6 100644
--- a/yarns/regression.yarn
+++ b/yarns/regression.yarn
@@ -54,7 +54,7 @@ Implementations
IMPLEMENTS GIVEN a system containing only bootstrap chunks called (\S+)
arch=$(run_morph print-architecture)
name="$(basename "${MATCH_1%.*}")"
- install -m644 -D /dev/stdin <<EOF "$DATADIR/gits/morphs/$MATCH_1"
+ install -m644 -D /dev/stdin <<EOF "$DATADIR/gits/definitions/$MATCH_1"
name: $name
kind: system
arch: $arch
@@ -62,7 +62,7 @@ Implementations
- morph: strata/bootstrap-stratum.morph
EOF
- install -m644 -D /dev/stdin << EOF "$DATADIR/gits/morphs/strata/bootstrap-stratum.morph"
+ install -m644 -D /dev/stdin << EOF "$DATADIR/gits/definitions/strata/bootstrap-stratum.morph"
name: bootstrap-stratum
kind: stratum
chunks:
@@ -75,8 +75,8 @@ Implementations
build-depends: []
EOF
sed -e 's/name: test-chunk/name: bootstrap-chunk/g' \
- "$DATADIR/gits/morphs/test-chunk.morph" \
- > "$DATADIR/gits/morphs/bootstrap-chunk.morph"
+ "$DATADIR/gits/definitions/test-chunk.morph" \
+ > "$DATADIR/gits/definitions/bootstrap-chunk.morph"
- run_in "$DATADIR/gits/morphs" git add .
- run_in "$DATADIR/gits/morphs" git commit -m "Add bootstrap-system"
+ run_in "$DATADIR/gits/definitions" git add .
+ run_in "$DATADIR/gits/definitions" git commit -m "Add bootstrap-system"