From 4e37fdf5adbf4d25561b472b4089b6782c599f93 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Tue, 11 Sep 2012 18:05:56 +0100 Subject: Don't require .morph in triplet arguments This gives us consistency with morphologies, where the triplets are repo|ref|morphology, not repo|ref|filename Anyone who runs 'morph build baserock:morphs master system.morph' will now see an error ending with 'was looking for system.morph.morph', which should make it clear where they have gone wrong. --- tests/build-system-autotools-fails-if-autogen-fails.script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/build-system-autotools-fails-if-autogen-fails.script') diff --git a/tests/build-system-autotools-fails-if-autogen-fails.script b/tests/build-system-autotools-fails-if-autogen-fails.script index 06edcd29..fb80fc72 100755 --- a/tests/build-system-autotools-fails-if-autogen-fails.script +++ b/tests/build-system-autotools-fails-if-autogen-fails.script @@ -34,6 +34,6 @@ chmod a+x "$x/autogen.sh" "$SRCDIR/scripts/run-git-in" "$x" commit --quiet -m initial "$SRCDIR/scripts/test-morph" build-morphology \ - test:autogen-chunk master detected.morph \ + test:autogen-chunk master detected \ >/dev/null 2> /dev/null -- cgit v1.2.1