summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-01-11 14:22:14 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-01-11 14:22:14 +0000
commita41042cd9fd7ee21b2f47406764d650dbb9cea8e (patch)
tree21f1d9070e813a9b62f46dcc40f29830cf78af91 /tests
parentca7a07d735634da0cf27096912996f699e739281 (diff)
downloadmorph-a41042cd9fd7ee21b2f47406764d650dbb9cea8e.tar.gz
remove system image build test
This test requires real root, and that's not acceptable for these tests. We'll test system image building in other ways, later.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/build-system.script28
-rw-r--r--tests/build-system.stdout1
2 files changed, 0 insertions, 29 deletions
diff --git a/tests/build-system.script b/tests/build-system.script
deleted file mode 100755
index 1553b85a..00000000
--- a/tests/build-system.script
+++ /dev/null
@@ -1,28 +0,0 @@
-#!/bin/sh
-#
-# Test build a simple system image.
-#
-# Copyright (C) 2011 Codethink Limited
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; version 2 of the License.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License along
-# with this program; if not, write to the Free Software Foundation, Inc.,
-# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-
-set -e
-
-cache="$DATADIR/build-system-cache"
-log="$DATADIR/build-system-morph.log"
-./morph --no-default-configs build morphs-repo master hello-system.morph \
- --git-base-url="file://$DATADIR" \
- --cachedir="$cache" --keep-path --no-distcc \
- --log="$log" || cat "$log" 1>&2
-find "$cache" -name '*.system.*' -type f | wc -l
diff --git a/tests/build-system.stdout b/tests/build-system.stdout
deleted file mode 100644
index d00491fd..00000000
--- a/tests/build-system.stdout
+++ /dev/null
@@ -1 +0,0 @@
-1