summaryrefslogtreecommitdiff
path: root/yarns/implementations.yarn
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2014-11-14 14:02:02 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2014-11-14 14:02:02 +0000
commit9b0b5206a25c1d874d6e17952c4385838e57563e (patch)
tree675456f07c011d97d6c023603d01db0ebc03ea9a /yarns/implementations.yarn
parent2a019b5fee65a738bdd38717b0b84eea638a776d (diff)
parent40424d89f62ce6f268c4920a050b1f42ed2f5ac2 (diff)
downloadmorph-9b0b5206a25c1d874d6e17952c4385838e57563e.tar.gz
Merge branch 'baserock/richardmaw/fixup-ro-integrations' of git://git.baserock.org/baserock/baserock/morph
Reviewed-by: Sam Thursfield Reviewed-by: Pedro Alvarez
Diffstat (limited to 'yarns/implementations.yarn')
-rw-r--r--yarns/implementations.yarn3
1 files changed, 2 insertions, 1 deletions
diff --git a/yarns/implementations.yarn b/yarns/implementations.yarn
index 6110148e..e1ae271f 100644
--- a/yarns/implementations.yarn
+++ b/yarns/implementations.yarn
@@ -34,7 +34,8 @@ we can test it later in a THEN step.
case $(cat "$DATADIR/morph-exit") in
0) echo "Morph succeeded!"
;;
- *) die "Morph should have succeeded, but didn't. Unexpected failure!"
+ *) cat "$DATADIR/result-latest" >&2
+ die "Morph should have succeeded, but didn't. Unexpected failure!"
;;
esac