From b895ba115548e1ae6d17e11f7c95a895195f0e94 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 18 Jul 2017 13:31:20 +0300 Subject: Adapt to non-optional task target --- tests/worker/startup.test | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/worker') 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 <=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 <