summaryrefslogtreecommitdiff
path: root/tests.as-root/setup
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/setup
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/setup')
-rwxr-xr-xtests.as-root/setup6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests.as-root/setup b/tests.as-root/setup
index cb3448a9..b7a273da 100755
--- a/tests.as-root/setup
+++ b/tests.as-root/setup
@@ -86,7 +86,7 @@ git checkout --quiet master
# Create morph repository.
-morphsrepo="$DATADIR/morphs-repo"
+morphsrepo="$DATADIR/morphs"
mkdir "$morphsrepo"
cd "$morphsrepo"
git init --quiet
@@ -117,7 +117,7 @@ cat <<EOF > hello-system.morph
"strata": [
{
"morph": "hello-stratum",
- "repo": "test:morphs-repo",
+ "repo": "test:morphs",
"ref": "master"
}
]
@@ -135,7 +135,7 @@ cat <<EOF > linux-system.morph
"strata": [
{
"morph": "linux-stratum",
- "repo": "test:morphs-repo",
+ "repo": "test:morphs",
"ref": "master"
}
]