summaryrefslogtreecommitdiff
path: root/yarns/implementations.yarn
diff options
context:
space:
mode:
authorRichard Ipsum <richardipsum@fastmail.co.uk>2014-11-16 19:04:01 +0000
committerRichard Ipsum <richard.ipsum@codethink.co.uk>2015-01-23 10:55:18 +0000
commitf23433b50eca403eb47161fa7ce95085d618c75d (patch)
tree629ac84e226ab512b82ca5f31f7bfd69dfb71fb2 /yarns/implementations.yarn
parentcbc779d28c8f1978d235fb43ac91bf6f779bb796 (diff)
downloadmorph-f23433b50eca403eb47161fa7ce95085d618c75d.tar.gz
Add yarns to test building with relative paths
Diffstat (limited to 'yarns/implementations.yarn')
-rw-r--r--yarns/implementations.yarn8
1 files changed, 8 insertions, 0 deletions
diff --git a/yarns/implementations.yarn b/yarns/implementations.yarn
index 2c2c6d18..f73e3c64 100644
--- a/yarns/implementations.yarn
+++ b/yarns/implementations.yarn
@@ -899,6 +899,14 @@ Implementations for building systems
cd "$DATADIR/workspace/$MATCH_2/test/morphs"
run_morph build "$MATCH_1"
+ IMPLEMENTS WHEN from the directory (\S+) the user attempts to morph build the system (\S+)
+ cd "$DATADIR/$MATCH_1"
+ attempt_morph build "$MATCH_2"
+
+ IMPLEMENTS WHEN from the directory (\S+) the user attempts to morph build the system using the absolute path to (\S+)
+ cd "$DATADIR/$MATCH_1"
+ attempt_morph build "$(pwd)/$MATCH_2"
+
Implementations for tarball inspection
--------------------------------------