summaryrefslogtreecommitdiff
path: root/tests.as-root/make-patch.script
diff options
context:
space:
mode:
Diffstat (limited to 'tests.as-root/make-patch.script')
-rwxr-xr-xtests.as-root/make-patch.script6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests.as-root/make-patch.script b/tests.as-root/make-patch.script
index d312cb55..b5385fc0 100755
--- a/tests.as-root/make-patch.script
+++ b/tests.as-root/make-patch.script
@@ -28,12 +28,14 @@ cat <<EOF > "$DATADIR/morphs-repo/hello-stratum.morph"
{
"name": "hello",
"repo": "test:chunk-repo",
- "ref": "farrokh"
+ "ref": "farrokh",
+ "build-depends": []
},
{
"name": "linux",
"repo": "test:kernel-repo",
- "ref": "master"
+ "ref": "master",
+ "build-depends": ["hello"]
}
]
}