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/show-dependencies.setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/show-dependencies.setup b/tests/show-dependencies.setup index e1cc71ae..510656e6 100755 --- a/tests/show-dependencies.setup +++ b/tests/show-dependencies.setup @@ -347,7 +347,7 @@ cat < xfce-system.morph { "name": "xfce-system", "kind": "system", - "arch": "$(uname -m)", + "arch": "$("$SRCDIR/scripts/test-morph" print-architecture)", "strata": [ { "build-mode": "test", -- cgit v1.2.1