summaryrefslogtreecommitdiff
path: root/tests.deploy/deploy-rawdisk.script
diff options
context:
space:
mode:
authorDaniel Firth <dan.firth@codethink.co.uk>2013-09-26 16:16:58 +0100
committerDaniel Firth <dan.firth@codethink.co.uk>2013-09-26 16:16:58 +0100
commitb30e50942b77a6bebdf8a74bd118cd2f06744abd (patch)
treeae57ddb67f7468ccf6673546c8e6173df6820026 /tests.deploy/deploy-rawdisk.script
parent3d93d272079b602aefe5d3bcd660d4a3307f3aad (diff)
downloadmorph-b30e50942b77a6bebdf8a74bd118cd2f06744abd.tar.gz
Morph now executes extensions in the repository containing the morphologies
Diffstat (limited to 'tests.deploy/deploy-rawdisk.script')
-rwxr-xr-xtests.deploy/deploy-rawdisk.script4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests.deploy/deploy-rawdisk.script b/tests.deploy/deploy-rawdisk.script
index ebda50c7..257ef0dd 100755
--- a/tests.deploy/deploy-rawdisk.script
+++ b/tests.deploy/deploy-rawdisk.script
@@ -27,5 +27,7 @@ cd "$DATADIR/workspace/branch1"
"$SRCDIR/scripts/test-morph" build linux-system
"$SRCDIR/scripts/test-morph" --log "$DATADIR/deploy.log" \
deploy rawdisk_test_cluster > /dev/null
-test -e disk.img
+
+outputdir="test:morphs"
+test -e $outputdir/disk.img