summaryrefslogtreecommitdiff
path: root/tests.as-root/rootfs-tarball-builds-rootfs-and-kernel.script
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2014-03-14 11:05:17 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2014-03-14 11:14:21 +0000
commit95df3b251b455843683b6e24aa4c76ed80beb724 (patch)
tree592626681db8abd3f22942b78c8cc515809bf070 /tests.as-root/rootfs-tarball-builds-rootfs-and-kernel.script
parentf366960273b026322f7e7cc3c1eb0cd632ebc73e (diff)
downloadmorph-95df3b251b455843683b6e24aa4c76ed80beb724.tar.gz
Revert "tests: Allow running ./check on 32-bit x86"
This reverts commit f366960273b026322f7e7cc3c1eb0cd632ebc73e. These changes break building on x86_64, which is our main development platform. Better patches will be forthcoming later.
Diffstat (limited to 'tests.as-root/rootfs-tarball-builds-rootfs-and-kernel.script')
-rwxr-xr-xtests.as-root/rootfs-tarball-builds-rootfs-and-kernel.script2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests.as-root/rootfs-tarball-builds-rootfs-and-kernel.script b/tests.as-root/rootfs-tarball-builds-rootfs-and-kernel.script
index e0829968..20b61507 100755
--- a/tests.as-root/rootfs-tarball-builds-rootfs-and-kernel.script
+++ b/tests.as-root/rootfs-tarball-builds-rootfs-and-kernel.script
@@ -23,7 +23,7 @@ set -eu
cache="$DATADIR/cache/artifacts"
-arch=$("$SRCDIR/scripts/test-morph" print-architecture)
+arch=$(uname -m)
cd "$DATADIR/kernel-repo"
cat <<EOF >linux.morph