aboutsummaryrefslogtreecommitdiff
path: root/tests/worker/startup.test
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-09-03 13:47:14 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-09-03 13:47:14 +0300
commit273fa333112b16811d15755ebe55defb9508c073 (patch)
tree6cd353a1ecb02cff0826cd1994f69ff1d081b294 /tests/worker/startup.test
parent979cc6a6740f0174570923f2d968207b8eb1e16c (diff)
Add repository-type value to task manifest and rename repository value to repository-url
Diffstat (limited to 'tests/worker/startup.test')
-rw-r--r--tests/worker/startup.test9
1 files changed, 6 insertions, 3 deletions
diff --git a/tests/worker/startup.test b/tests/worker/startup.test
index 550d8fd..8e8dcf5 100644
--- a/tests/worker/startup.test
+++ b/tests/worker/startup.test
@@ -39,7 +39,8 @@ cat <<EOI >=manifest;
: 1
name: libhello
version: 1.2.3
- repository: https://pkg.example.org/1/
+ repository-url: https://pkg.example.org/1/
+ repository-type: pkg
machine: linux-gcc
target: x86_64-linux-gnu
EOI
@@ -65,7 +66,8 @@ cat <<EOI >=manifest;
: 1
name: libhello
version: 1.2.3
- repository: https://pkg.example.org/1/
+ repository-url: https://pkg.example.org/1/
+ repository-type: pkg
machine: linux-gcc
target: x86_64-linux-gnu
EOI
@@ -92,7 +94,8 @@ cat <<EOI >=manifest;
: 1
name: libhello
version: 1.2.3
- repository: https://pkg.example.org/1/
+ repository-url: https://pkg.example.org/1/
+ repository-type: pkg
machine: linux-gcc
target: x86_64-linux-gnu
EOI