summaryrefslogtreecommitdiff
path: root/tests.deploy
diff options
context:
space:
mode:
Diffstat (limited to 'tests.deploy')
-rwxr-xr-xtests.deploy/setup6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests.deploy/setup b/tests.deploy/setup
index b0054fa5..584ce039 100755
--- a/tests.deploy/setup
+++ b/tests.deploy/setup
@@ -100,7 +100,8 @@ cat <<EOF > hello-stratum.morph
"name": "hello",
"repo": "test:chunk-repo",
"ref": "farrokh",
- "build-depends": []
+ "build-depends": [],
+ "build-mode": "test"
}
]
}
@@ -140,7 +141,8 @@ cat <<EOF > linux-stratum.morph
"name": "linux",
"repo": "test:kernel-repo",
"ref": "master",
- "build-depends": []
+ "build-depends": [],
+ "build-mode": "test"
}
]
}