summaryrefslogtreecommitdiff
path: root/yarns/implementations.yarn
diff options
context:
space:
mode:
authorAdam Coldrick <adam.coldrick@codethink.co.uk>2015-05-14 13:13:36 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2015-05-20 14:03:27 +0000
commit8eef287c2a6a72197e31d8c9f815709f1d3618f0 (patch)
tree3736071465e706dbdb554c6900a518c4d3414830 /yarns/implementations.yarn
parent4dcc23bc30429fbc60625c004b701b9105c70b95 (diff)
downloadmorph-8eef287c2a6a72197e31d8c9f815709f1d3618f0.tar.gz
yarns: Add a test for `morph certify`
Change-Id: Iee611887c54f8b8b67504ae2ba0cd78be703e455
Diffstat (limited to 'yarns/implementations.yarn')
-rw-r--r--yarns/implementations.yarn6
1 files changed, 6 insertions, 0 deletions
diff --git a/yarns/implementations.yarn b/yarns/implementations.yarn
index 3e076f59..688203cf 100644
--- a/yarns/implementations.yarn
+++ b/yarns/implementations.yarn
@@ -739,6 +739,12 @@ Generating a manifest.
cd "$DATADIR/workspace/$MATCH_1/test/morphs"
git commit -a --allow-empty -m 'Commit all changes'
+Implementations for `morph certify`
+-----------------------------------
+
+ IMPLEMENTS WHEN the user certifies the system (\S+) at ref (\S+) in repository (\S+)
+ attempt_morph certify "$MATCH_3" "$MATCH_2" "$MATCH_1"
+
Implementations for temporary build branch handling
---------------------------------------------------