summaryrefslogtreecommitdiff
path: root/tests.as-root/syslinux-disk-builds-rootfs-and-kernel.script
diff options
context:
space:
mode:
Diffstat (limited to 'tests.as-root/syslinux-disk-builds-rootfs-and-kernel.script')
-rwxr-xr-xtests.as-root/syslinux-disk-builds-rootfs-and-kernel.script6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests.as-root/syslinux-disk-builds-rootfs-and-kernel.script b/tests.as-root/syslinux-disk-builds-rootfs-and-kernel.script
index ffe6c1cf..463f2a1d 100755
--- a/tests.as-root/syslinux-disk-builds-rootfs-and-kernel.script
+++ b/tests.as-root/syslinux-disk-builds-rootfs-and-kernel.script
@@ -31,7 +31,7 @@ esac
cache="$DATADIR/cache/artifacts"
kernelrepo="$DATADIR/kernel-repo"
-morphsrepo="$DATADIR/morphs-repo"
+morphsrepo="$DATADIR/morphs"
log="$DATADIR/morph.log"
cd "$morphsrepo"
@@ -46,7 +46,7 @@ cat <<EOF >system.morph
"strata": [
{
"morph": "stratum",
- "repo": "test:morphs-repo",
+ "repo": "test:morphs",
"ref": "custom"
}
]
@@ -94,7 +94,7 @@ git commit --quiet -m 'Make the kernel create a dummy zImage'
rootfs=$("$SRCDIR/scripts/test-morph" --find-system-artifact \
- build-morphology test:morphs-repo custom system)
+ build-morphology test:morphs custom system)
for suffix in kernel rootfs
do