summaryrefslogtreecommitdiff
path: root/tests/setup
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2013-08-07 12:12:21 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2013-08-07 13:41:40 +0100
commit131d8744eb68c75deb491fb3ce39c83851c64ae3 (patch)
tree562a076b2481b7d962de9e20d153ec484d85d74f /tests/setup
parent40be81b74d63e1ba7bd3e10a78c79d3829673172 (diff)
downloadmorph-131d8744eb68c75deb491fb3ce39c83851c64ae3.tar.gz
black-box-tests: Set build-mode: test in strata
This is already needed elsewhere for tests that perform builds, however in future, validation will be more strict, so now these dummy strata need to be marked as tests as well.
Diffstat (limited to 'tests/setup')
-rwxr-xr-xtests/setup1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/setup b/tests/setup
index b6d220f5..91a30236 100755
--- a/tests/setup
+++ b/tests/setup
@@ -95,6 +95,7 @@ cat <<EOF > hello-stratum.morph
"name": "hello",
"repo": "test:chunk-repo",
"ref": "farrokh",
+ "build-mode": "test",
"build-depends": []
}
]