From 2d3d24f66a216a714204aa3d208026f883c07464 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Fri, 14 Mar 2014 16:45:25 +0000 Subject: Use morph print-architecture to generate morphologies uname tends to only give us a valid morph architecture on x86_64, this makes it work on other architectures. --- tests.deploy/setup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests.deploy') diff --git a/tests.deploy/setup b/tests.deploy/setup index 5fbe0262..ece8819a 100755 --- a/tests.deploy/setup +++ b/tests.deploy/setup @@ -112,7 +112,7 @@ cat < hello-system.morph { "name": "hello-system", "kind": "system", - "arch": "$(uname -m)", + "arch": "$("$SRCDIR/scripts/test-morph" print-architecture)", "strata": [ { "morph": "hello-stratum", @@ -148,7 +148,7 @@ cat < linux-system.morph { "name": "linux-system", "kind": "system", - "arch": "$(uname -m)", + "arch": "$("$SRCDIR/scripts/test-morph" print-architecture)", "strata": [ { "morph": "hello-stratum", -- cgit v1.2.1