summaryrefslogtreecommitdiff
path: root/tests.as-root/setup
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-07-05 14:13:15 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-07-05 14:14:31 +0000
commit4e2af726dc83f55dfadad5f9d48729d060fa25d2 (patch)
tree865e45275da233fafc458a3722c89f0093026900 /tests.as-root/setup
parentdb39f34c4c1b7ca5620f466c34e7fbf8a81709d6 (diff)
downloadmorph-4e2af726dc83f55dfadad5f9d48729d060fa25d2.tar.gz
Black box tests: remove non-x86 special case
This removes the code preventing the tests being run on a non-x86 system, and makes the test system it tries to build be the same architecture as itself. System Build assumes x86 if arch is not specified for backwards compatibility right now.
Diffstat (limited to 'tests.as-root/setup')
-rwxr-xr-xtests.as-root/setup1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests.as-root/setup b/tests.as-root/setup
index 2ee2d7fa..b9c342fc 100755
--- a/tests.as-root/setup
+++ b/tests.as-root/setup
@@ -106,6 +106,7 @@ cat <<EOF > hello-system.morph
{
"name": "hello-system",
"kind": "system",
+ "arch": "$(uname -m)",
"disk-size": "1G",
"strata": [
"hello-stratum"