summaryrefslogtreecommitdiff
path: root/tests.as-root/system-overlap.script
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-07-02 15:37:13 +0100
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-07-02 15:37:13 +0100
commit633cf57d6cbd4e28891d2e4db2c1cafc4355c4e2 (patch)
tree21b9343277b0692cd691f63d1e13c24d30ca631f /tests.as-root/system-overlap.script
parent2de49700c93c02bb1d79b0c08fa11ca8c528bb60 (diff)
downloadmorph-633cf57d6cbd4e28891d2e4db2c1cafc4355c4e2.tar.gz
Disable system-overlap test on !x86
Diffstat (limited to 'tests.as-root/system-overlap.script')
-rwxr-xr-xtests.as-root/system-overlap.script12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests.as-root/system-overlap.script b/tests.as-root/system-overlap.script
index b6e3238e..2435c72b 100755
--- a/tests.as-root/system-overlap.script
+++ b/tests.as-root/system-overlap.script
@@ -20,6 +20,18 @@
set -eu
+# FIXME: This test currently only runs on x86 systems, because morph requires
+# extlinux.
+case "$(uname -m)" in
+ x86*)
+ ;;
+ *)
+ cat "$SRCDIR/tests.as-root/system-overlap.stdout"
+ exit 0
+ ;;
+esac
+
+
cache="$DATADIR/cache/artifacts"
chunkrepo="$DATADIR/chunk-repo"
morphsrepo="$DATADIR/morphs-repo"