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/machine/testscript | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tests/machine') diff --git a/tests/machine/testscript b/tests/machine/testscript index 406d9a9..b151cf5 100644 --- a/tests/machine/testscript +++ b/tests/machine/testscript @@ -21,6 +21,11 @@ ver = 1.0.0 rep = https://hello.stage.build2.org/1/stable rfp = 37:CE:2C:A5:1D:CF:93:81:D7:07:46:AD:66:B3:C3:90:83:B8:96:9E:34:F0:E7:B3:A2:B0:6C:EF:66:A4:BE:65 +# @@ There is currently no way to obtain a valid (default?) target for the +# machine so assume it is a x86-64-bit build for something. +# +target = x86_64-unknown-unknown + # Download the toolchain. # # Note: similar logic to what we have in Build OS. @@ -86,4 +91,5 @@ test.options += --machines $machines --toolchain-id $checksum repository: $rep trust: $rfp machine: $machine + target: $target EOI -- cgit v1.1