summaryrefslogtreecommitdiff
path: root/tests.as-root
diff options
context:
space:
mode:
authorRic Holland <richard.holland@codethink.co.uk>2013-03-14 12:58:01 +0000
committerRic Holland <richard.holland@codethink.co.uk>2013-03-14 12:58:01 +0000
commit5b5f4a0ef4d7a04b97ccb906ec2c1b8fe66f891e (patch)
tree1c5b440b877ccf00a55af172a51fb71da02671de /tests.as-root
parent5d0d78ca5fabfdd2f7eaf7a9a889d68812883ad7 (diff)
downloadmorph-5b5f4a0ef4d7a04b97ccb906ec2c1b8fe66f891e.tar.gz
Changed test script to agree with changes made to branch-from-image
Diffstat (limited to 'tests.as-root')
-rwxr-xr-xtests.as-root/branch-from-image-works.script2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests.as-root/branch-from-image-works.script b/tests.as-root/branch-from-image-works.script
index 1d694e9b..9afab661 100755
--- a/tests.as-root/branch-from-image-works.script
+++ b/tests.as-root/branch-from-image-works.script
@@ -49,7 +49,7 @@ workspace="$DATADIR/workspace"
"$SRCDIR/scripts/test-morph" init "$workspace"
cd "$workspace"
"$SRCDIR/scripts/test-morph" branch-from-image \
- test:morphs mybranch "$extracted/baserock"
+ test:morphs mybranch --metadata-dir="$extracted/baserock"
cd mybranch/test:morphs
grep -qFe "$hello_chunk_commit" hello-stratum.morph
tar=$("$SRCDIR/scripts/test-morph" --find-system-artifact build hello-tarball)