summaryrefslogtreecommitdiff
path: root/tests.as-root/building-a-system-branch-works-anywhere.script
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2012-11-07 16:04:05 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2012-11-12 12:12:39 +0000
commiteeb6c8bde8112dd760853a0f35d6d0d7d9676fa7 (patch)
tree5d2248580af37c01d2d4a37d476798c45a1d4700 /tests.as-root/building-a-system-branch-works-anywhere.script
parentb599757873d5f05e82647287dfd1387f2426e5c5 (diff)
downloadmorph-eeb6c8bde8112dd760853a0f35d6d0d7d9676fa7.tar.gz
tests: Always use test:morphs for morphs repo
Some tests were using test:morphs-repo instead.
Diffstat (limited to 'tests.as-root/building-a-system-branch-works-anywhere.script')
-rwxr-xr-xtests.as-root/building-a-system-branch-works-anywhere.script2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests.as-root/building-a-system-branch-works-anywhere.script b/tests.as-root/building-a-system-branch-works-anywhere.script
index b402355e..1ce59b0f 100755
--- a/tests.as-root/building-a-system-branch-works-anywhere.script
+++ b/tests.as-root/building-a-system-branch-works-anywhere.script
@@ -41,7 +41,7 @@ cd "$DATADIR/workspace/branch1"
rm -rf "$DATADIR/cache/artifacts"/*
# Build form the branch root repository.
-cd "$DATADIR/workspace/branch1/test:morphs-repo"
+cd "$DATADIR/workspace/branch1/test:morphs"
"$SRCDIR/scripts/test-morph" build linux-system
"$SRCDIR/scripts/list-tree" "$DATADIR/cache/artifacts" > "$DATADIR/output3"
rm -rf "$DATADIR/cache/artifacts"/*