aboutsummaryrefslogtreecommitdiff
path: root/tests/machine/testscript
diff options
context:
space:
mode:
Diffstat (limited to 'tests/machine/testscript')
-rw-r--r--tests/machine/testscript6
1 files changed, 6 insertions, 0 deletions
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