summaryrefslogtreecommitdiff
path: root/tests.branching/edit-updates-stratum.stdout
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-06-28 16:10:39 +0100
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-06-28 18:48:56 +0100
commite673826fbab90b1bb3b1b93277cab0e489fec190 (patch)
treeb4a9d24f37ea7cd56f4a1f069b6bb25c62a06ace /tests.branching/edit-updates-stratum.stdout
parent414516fbbc8e961ea6336597bfa8fc3d528fb327 (diff)
downloadmorph-e673826fbab90b1bb3b1b93277cab0e489fec190.tar.gz
Add check for missing build depends in strata
This will make a build fail if the morphology is missing explicit build dependencies. Also fix test causes so that ./check passes.
Diffstat (limited to 'tests.branching/edit-updates-stratum.stdout')
-rw-r--r--tests.branching/edit-updates-stratum.stdout11
1 files changed, 7 insertions, 4 deletions
diff --git a/tests.branching/edit-updates-stratum.stdout b/tests.branching/edit-updates-stratum.stdout
index 7dd3a8e2..71038a16 100644
--- a/tests.branching/edit-updates-stratum.stdout
+++ b/tests.branching/edit-updates-stratum.stdout
@@ -1,8 +1,8 @@
diff --git a/hello-stratum.morph b/hello-stratum.morph
-index d7c0afe..af63df7 100644
+index 77fb1d0..c5ed672 100644
--- a/hello-stratum.morph
+++ b/hello-stratum.morph
-@@ -1,10 +1,13 @@
+@@ -1,12 +1,14 @@
{
- "name": "hello-stratum",
- "kind": "stratum",
@@ -13,10 +13,13 @@ index d7c0afe..af63df7 100644
{
- "name": "hello",
- "ref": "master",
-+ "build-depends": null,
+- "repo": "baserock:hello",
+- "build-depends": []
++ "build-depends": [],
+ "morph": "hello",
+ "name": "hello",
+ "ref": "newbranch",
- "repo": "baserock:hello"
++ "repo": "baserock:hello"
}
]
+ }