From 21d7299e927696c2536e2170f77eef9b25f80172 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Mon, 25 Nov 2013 11:50:03 +0000 Subject: yarns: un-parameterise architecture in system morphologies It doesn't make sense to be able to specify an architecture from the IMPLEMENTS name, since you either need your architecture for something to build, or testarch for something that consistently doesn't build. --- 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 b78c69cd..6dad426e 100644 --- a/yarns/building.yarn +++ b/yarns/building.yarn @@ -5,7 +5,7 @@ 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-testarch for architecture testarch in system branch master - AND the user attempts to build the system base-system-testarch in branch master + AND the user creates an uncommitted system morphology called base-system for our architecture in system branch master + AND the user attempts to build the system base-system in branch master THEN morph failed AND the build error message includes the string "Did you forget to commit it?" -- cgit v1.2.1