diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-07-18 13:31:20 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-07-18 14:59:53 +0300 |
commit | b895ba115548e1ae6d17e11f7c95a895195f0e94 (patch) | |
tree | 172c9fe7a80f223eb0cdca6abf7e762a53c43272 /tests/worker | |
parent | f9048ed23d68c3a36060acd50c73c80d759c5a3f (diff) |
Adapt to non-optional task target
Diffstat (limited to 'tests/worker')
-rw-r--r-- | tests/worker/startup.test | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/worker/startup.test b/tests/worker/startup.test index 1cf5d3c..f4a41de 100644 --- a/tests/worker/startup.test +++ b/tests/worker/startup.test @@ -41,9 +41,10 @@ cat <<EOI >=manifest; version: 1.2.3 repository: https://pkg.example.org/1/ machine: linux-gcc + target: x86_64-linux-gnu EOI $* --environments $~ --tftp-host "$tftp/$@" 2>>"EOE" != 0; - error: no environment setup executable in $representation($~) for target '' + error: no environment setup executable in $representation($~) for target 'x86_64-linux-gnu' EOE diff -u - manifest <<EOO : 1 |