summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-01-20 15:01:53 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-01-20 15:10:36 +0000
commit7c5708a317fd9773bd0c5196b03541c68e0f2ce1 (patch)
tree136b15323fc102cc8388153eecdd64e188496794
parent19322b112b2e2cbfbb3010c7d53c5e09cd44b81e (diff)
downloadmorph-7c5708a317fd9773bd0c5196b03541c68e0f2ce1.tar.gz
yarns: Update tests to follow the cross-bootstrap renaming
-rw-r--r--yarns/architecture.yarn2
-rw-r--r--yarns/implementations.yarn4
2 files changed, 3 insertions, 3 deletions
diff --git a/yarns/architecture.yarn b/yarns/architecture.yarn
index 07274ec3..5b942283 100644
--- a/yarns/architecture.yarn
+++ b/yarns/architecture.yarn
@@ -20,7 +20,7 @@ Morph Cross-Bootstrap Tests
AND a git server
AND a system called base-system-testarch.morph for the test architecture in the git server
WHEN the user checks out the system branch called master
- THEN the user cross-bootstraps the system base-system-testarch.morph in branch master of repo test:morphs to the arch testarch
+ THEN the user cross-bootstrap-morphology the system base-system-testarch.morph in branch master of repo test:morphs to the arch testarch
FINALLY the git server is shut down
Architecture validation Tests
diff --git a/yarns/implementations.yarn b/yarns/implementations.yarn
index e1ae271f..7e5117fa 100644
--- a/yarns/implementations.yarn
+++ b/yarns/implementations.yarn
@@ -711,9 +711,9 @@ Implementation sections for building
Implementation sections for cross-bootstraping
==============================================
- IMPLEMENTS THEN the user cross-bootstraps the system (\S+) in branch (\S+) of repo (\S+) to the arch (\S+)
+ IMPLEMENTS THEN the user cross-bootstrap-morphology the system (\S+) in branch (\S+) of repo (\S+) to the arch (\S+)
cd "$DATADIR/workspace/$MATCH_2"
- set -- cross-bootstrap "$MATCH_4" "$MATCH_3" "$MATCH_2" "$MATCH_1"
+ set -- cross-bootstrap-morphology "$MATCH_4" "$MATCH_3" "$MATCH_2" "$MATCH_1"
run_morph "$@"
Implementation sections for deployment