summaryrefslogtreecommitdiff
path: root/tests.branching/petrify-no-double-petrify.stdout
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2012-09-21 15:51:08 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2012-09-21 16:06:08 +0100
commite6ffc053596e3c175f31f2f68ee785ff0065d89a (patch)
tree854a06d1fa87a1edf0e7c5464e9603367be66fc2 /tests.branching/petrify-no-double-petrify.stdout
parent4e99430709842dccd014410d5edf67aae39c519e (diff)
downloadmorph-e6ffc053596e3c175f31f2f68ee785ff0065d89a.tar.gz
Test that 'petrify' is safe against multiple invocations
Make sure we don't lose the 'unpetrify-ref' field in this case, or unpetrify will break.
Diffstat (limited to 'tests.branching/petrify-no-double-petrify.stdout')
-rw-r--r--tests.branching/petrify-no-double-petrify.stdout13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests.branching/petrify-no-double-petrify.stdout b/tests.branching/petrify-no-double-petrify.stdout
new file mode 100644
index 00000000..4aa2b2ea
--- /dev/null
+++ b/tests.branching/petrify-no-double-petrify.stdout
@@ -0,0 +1,13 @@
+{
+ "name": "hello-stratum",
+ "kind": "stratum",
+ "chunks": [
+ {
+ "name": "hello",
+ "repo": "baserock:hello",
+ "ref": "f4d032b42c0134e67bdf19a43fa99072493667d7",
+ "build-depends": [],
+ "unpetrify-ref": "master"
+ }
+ ]
+}