From de230e7475a0cdd412990398679f23e40db23376 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Mon, 25 Nov 2013 12:00:15 +0000 Subject: yarns: Change expected result of building uncommitted morphologies The new build code uses `git update-index --add`, which means it can use morphologies that haven't previously been added. --- yarns/building.yarn | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/yarns/building.yarn b/yarns/building.yarn index 6dad426e..5b6b29a0 100644 --- a/yarns/building.yarn +++ b/yarns/building.yarn @@ -6,6 +6,4 @@ Morph Building Tests 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 - 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?" + THEN morph build the system base-system of the branch master of the repo test:morphs -- cgit v1.2.1