From 597f2a19363b7e91b928d814627c9236779998fb Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Thu, 19 Jun 2014 13:55:30 +0000 Subject: yarns: Adapt to put morphologies in subdirs We want to move our morphologies in our definitions repository into subdirectories, so they're more organised. We'd prefer to only refer to morphologies by file path, rather than a name that loosely corresponds to the file path, but we need to support that for backwards compatibility until we can move all of our morphologies into the definitions repository. However, since we want to eventually remove this, and we want to ensure that file paths work, we change the yarn tests to use file paths. --- yarns/building.yarn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'yarns/building.yarn') diff --git a/yarns/building.yarn b/yarns/building.yarn index cc45df65..6b90ce64 100644 --- a/yarns/building.yarn +++ b/yarns/building.yarn @@ -5,5 +5,5 @@ Morph Building Tests GIVEN a workspace AND a git server WHEN the user checks out the system branch called master - AND the user creates an uncommitted system morphology called base-system for our architecture in system branch master - THEN morph build the system base-system of the branch master + AND the user creates an uncommitted system morphology called systems/base-system.morph for our architecture in system branch master + THEN morph build the system systems/base-system.morph of the branch master -- cgit v1.2.1