summaryrefslogtreecommitdiff
path: root/yarns/regression.yarn
diff options
context:
space:
mode:
Diffstat (limited to 'yarns/regression.yarn')
-rw-r--r--yarns/regression.yarn10
1 files changed, 4 insertions, 6 deletions
diff --git a/yarns/regression.yarn b/yarns/regression.yarn
index 05e2e70c..e5b3d875 100644
--- a/yarns/regression.yarn
+++ b/yarns/regression.yarn
@@ -88,17 +88,15 @@ Implementations
kind: stratum
chunks:
- name: bootstrap-chunk
+ morph: bootstrap-chunk.morph
repo: test:test-chunk
ref: master
build-mode: bootstrap
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"
run_in "$DATADIR/gits/morphs" git add .
run_in "$DATADIR/gits/morphs" git commit -m "Add bootstrap-system"
-
- sed -e 's/test-chunk/bootstrap-chunk/g' \
- "$DATADIR/gits/test-chunk/test-chunk.morph" \
- > "$DATADIR/gits/test-chunk/bootstrap-chunk.morph"
- run_in "$DATADIR/gits/test-chunk" git add .
- run_in "$DATADIR/gits/test-chunk" git commit -m "Add bootstrap-chunk"