summaryrefslogtreecommitdiff
path: root/tests.branching/add-then-edit.script
diff options
context:
space:
mode:
Diffstat (limited to 'tests.branching/add-then-edit.script')
-rwxr-xr-xtests.branching/add-then-edit.script1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests.branching/add-then-edit.script b/tests.branching/add-then-edit.script
index bd1094e5..92457cf8 100755
--- a/tests.branching/add-then-edit.script
+++ b/tests.branching/add-then-edit.script
@@ -33,6 +33,7 @@ with open("hello-stratum.morph", "r") as f:
stratum = yaml.load(f)
stratum["chunks"].append({
"build-depends": [],
+ "build-system": "manual",
"name": "goodbye",
"ref": "master",
"repo": "test:goodbye",