From eeb6c8bde8112dd760853a0f35d6d0d7d9676fa7 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Wed, 7 Nov 2012 16:04:05 +0000 Subject: tests: Always use test:morphs for morphs repo Some tests were using test:morphs-repo instead. --- tests.as-root/archless-system-fails.script | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests.as-root/archless-system-fails.script') diff --git a/tests.as-root/archless-system-fails.script b/tests.as-root/archless-system-fails.script index 5006c061..ef38c2e6 100755 --- a/tests.as-root/archless-system-fails.script +++ b/tests.as-root/archless-system-fails.script @@ -21,7 +21,7 @@ set -eu cache="$DATADIR/cache/artifacts" -morphsrepo="$DATADIR/morphs-repo" +morphsrepo="$DATADIR/morphs" cd "$morphsrepo" git checkout --quiet -b archless master @@ -33,7 +33,7 @@ cat <archless-system.morph "strata": [ { "morph": "hello-stratum", - "repo": "tests:morphs-repo", + "repo": "tests:morphs", "ref": "archless" } ] @@ -43,4 +43,4 @@ git add archless-system.morph git commit --quiet -m "add archless system" "$SRCDIR/scripts/test-morph" \ - build-morphology test:morphs-repo archless archless-system + build-morphology test:morphs archless archless-system -- cgit v1.2.1