summaryrefslogtreecommitdiff
path: root/yarns
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2013-08-15 16:59:54 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2013-08-15 17:04:02 +0000
commit010b7360a7f3aecb75e812327a7f9cc1e5af5be4 (patch)
tree69d2c22020d860ba05ff9ab9e0383dc8610f2b40 /yarns
parent583a840ff77a327089c45c45a9eb912df3165100 (diff)
downloadmorph-010b7360a7f3aecb75e812327a7f9cc1e5af5be4.tar.gz
Use print-architecture instead of arch -m in tests
Diffstat (limited to 'yarns')
-rw-r--r--yarns/implementations.yarn3
1 files changed, 2 insertions, 1 deletions
diff --git a/yarns/implementations.yarn b/yarns/implementations.yarn
index fa31d372..cfb744f7 100644
--- a/yarns/implementations.yarn
+++ b/yarns/implementations.yarn
@@ -64,10 +64,11 @@ another to hold a chunk.
mkdir "$DATADIR/gits/morphs"
+ arch=$(run_morph print-architecture)
cat << EOF > "$DATADIR/gits/morphs/test-system.morph"
name: test-system
kind: system
- arch: $(uname -m)
+ arch: $arch
strata:
- name: test-stratum
repo: test:morphs