summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/setup6
-rwxr-xr-xtests/show-dependencies.setup6
2 files changed, 10 insertions, 2 deletions
diff --git a/tests/setup b/tests/setup
index 19c400fa..25472dc7 100755
--- a/tests/setup
+++ b/tests/setup
@@ -109,7 +109,11 @@ cat <<EOF > hello-system.morph
"system-kind": "syslinux-disk",
"disk-size": "1G",
"strata": [
- "hello-stratum"
+ {
+ "morph": "hello-stratum",
+ "repo": "test:morphs-repo",
+ "ref": "master"
+ }
]
}
EOF
diff --git a/tests/show-dependencies.setup b/tests/show-dependencies.setup
index 924a626b..76711987 100755
--- a/tests/show-dependencies.setup
+++ b/tests/show-dependencies.setup
@@ -198,7 +198,11 @@ cat <<EOF > xfce-core.morph
"name": "xfce-core",
"kind": "stratum",
"build-depends": [
- "gtk-stack"
+ {
+ "morph": "gtk-stack",
+ "repo": "test:test-repo",
+ "ref": "master"
+ }
],
"chunks": [
{