summaryrefslogtreecommitdiff
path: root/tests.branching
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2012-09-19 18:04:16 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2012-09-21 16:06:08 +0100
commite0555e433ea6611d161aa31b10d621905c95c5ae (patch)
tree6b880ec82f003e85a2991ef28bc728c597fcd073 /tests.branching
parent0513d8ebcd7bff35d602719364374b71b152efd5 (diff)
downloadmorph-e0555e433ea6611d161aa31b10d621905c95c5ae.tar.gz
morph petrify: Rewrite in the style of today
Diffstat (limited to 'tests.branching')
-rwxr-xr-xtests.branching/petrify.script3
-rw-r--r--tests.branching/petrify.stdout3
2 files changed, 3 insertions, 3 deletions
diff --git a/tests.branching/petrify.script b/tests.branching/petrify.script
index 30f9f5df..fe516ffb 100755
--- a/tests.branching/petrify.script
+++ b/tests.branching/petrify.script
@@ -30,9 +30,8 @@ fi
cd "$DATADIR/workspace"
"$SRCDIR/scripts/test-morph" init
-"$SRCDIR/scripts/test-morph" update-gits baserock:morphs master hello-stratum
"$SRCDIR/scripts/test-morph" checkout baserock:morphs master
cd master/baserock:morphs
-"$SRCDIR/scripts/test-morph" petrify hello-stratum
+"$SRCDIR/scripts/test-morph" petrify
cat hello-stratum.morph
diff --git a/tests.branching/petrify.stdout b/tests.branching/petrify.stdout
index eecd51ce..4aa2b2ea 100644
--- a/tests.branching/petrify.stdout
+++ b/tests.branching/petrify.stdout
@@ -6,7 +6,8 @@
"name": "hello",
"repo": "baserock:hello",
"ref": "f4d032b42c0134e67bdf19a43fa99072493667d7",
- "build-depends": []
+ "build-depends": [],
+ "unpetrify-ref": "master"
}
]
}