summaryrefslogtreecommitdiff
path: root/tests.branching/petrify.stdout
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2012-09-20 17:19:54 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2012-09-21 16:06:08 +0100
commit3a8ee82f912399739b44688b0f71b04daa8c5c68 (patch)
tree17dbaebe2c382731bc9b32de7583bf6f6b38e913 /tests.branching/petrify.stdout
parente0555e433ea6611d161aa31b10d621905c95c5ae (diff)
downloadmorph-3a8ee82f912399739b44688b0f71b04daa8c5c68.tar.gz
Add 'morph unpetrify'
Tested in the petrify test, to avoid duplication.
Diffstat (limited to 'tests.branching/petrify.stdout')
-rw-r--r--tests.branching/petrify.stdout15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests.branching/petrify.stdout b/tests.branching/petrify.stdout
index 4aa2b2ea..249a8f59 100644
--- a/tests.branching/petrify.stdout
+++ b/tests.branching/petrify.stdout
@@ -1,3 +1,4 @@
+Petrified:
{
"name": "hello-stratum",
"kind": "stratum",
@@ -11,3 +12,17 @@
}
]
}
+
+Unpetrified:
+{
+ "name": "hello-stratum",
+ "kind": "stratum",
+ "chunks": [
+ {
+ "name": "hello",
+ "repo": "baserock:hello",
+ "ref": "master",
+ "build-depends": []
+ }
+ ]
+}