summaryrefslogtreecommitdiff
path: root/tests.build/build-system.script
diff options
context:
space:
mode:
authorAdam Coldrick <adam.coldrick@codethink.co.uk>2015-03-03 18:20:12 +0000
committerAdam Coldrick <adam.coldrick@codethink.co.uk>2015-03-03 18:41:49 +0000
commit0b2179480920e2ae1ddd1dcd8f12427c8bd4ec78 (patch)
tree3cac0e7f6be5610d5dd8133a3d311685b49e5250 /tests.build/build-system.script
parenta73de8aa9ebd2b206083ae20ab419729b27a5e9d (diff)
downloadmorph-baserock/adamcoldrick/wip-partial-deploy.tar.gz
cmdtests: We can no longer meaningfully look at chunks in the cachebaserock/adamcoldrick/wip-partial-deploybaserock/adamcoldrick/use-ostree-for-artifact-cache
Its much harder to look at the contents of the artifact cache now that they aren't stored by chunk name (just cache key and artifact suffix). All of these were failing because they were trying to extract chunk tarballs or locate and inspect artifacts, so just make sure the builds themselves don't fail. The build-system tests are a lot of work to make into yarns, as we'll need to build systems with actual tools in as far as I can tell. Also disable the cross-bootstrap test for now.
Diffstat (limited to 'tests.build/build-system.script')
-rwxr-xr-xtests.build/build-system.script27
1 files changed, 0 insertions, 27 deletions
diff --git a/tests.build/build-system.script b/tests.build/build-system.script
deleted file mode 100755
index 56d80735..00000000
--- a/tests.build/build-system.script
+++ /dev/null
@@ -1,27 +0,0 @@
-#!/bin/sh
-#
-# Copyright (C) 2011-2014 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.
-
-
-## Test building a simple system.
-
-set -eu
-
-"$SRCDIR/scripts/test-morph" build-morphology \
- test:morphs-repo master hello-system
-
-system=$(ls "$DATADIR/cache/artifacts/"*hello-system-rootfs)
-tar tf $system | LC_ALL=C sort | sed '/^\.\/./s:^\./::' | grep -v '^baserock/'