summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-05-02 18:03:44 +0100
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-05-02 18:03:44 +0100
commitdc7f4153ae6f74fe747117154e02a2198be6e8c2 (patch)
tree5ce9a2af402565749ecb8dd32e1c115d254be8d1 /tests
parentc70d96187f13d63a06f36ec96be2a6033e507e41 (diff)
downloadmorph-dc7f4153ae6f74fe747117154e02a2198be6e8c2.tar.gz
Get rid of the old internal morph APIs
Diffstat (limited to 'tests')
-rwxr-xr-xtests/build-chunk-distributed-local.script29
-rw-r--r--tests/build-chunk-distributed-local.stdout8
-rwxr-xr-xtests/build-stratum-distributed-local.script24
-rw-r--r--tests/build-stratum-distributed-local.stdout7
4 files changed, 0 insertions, 68 deletions
diff --git a/tests/build-chunk-distributed-local.script b/tests/build-chunk-distributed-local.script
deleted file mode 100755
index f38a0673..00000000
--- a/tests/build-chunk-distributed-local.script
+++ /dev/null
@@ -1,29 +0,0 @@
-#!/bin/sh
-#
-# Test building a chunk using as many local workers as make sense.
-#
-# Copyright (C) 2012 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 -eu
-
-"$SRCDIR/scripts/test-morph" build-distributed chunk-repo farrokh hello.morph
-
-for chunk in "$DATADIR/cache/"*.chunk.*
-do
- echo "$chunk:" | sed 's/[^.]*//'
- tar -tf "$chunk" | LC_ALL=C sort | sed '/^\.\/./s:^\./::'
- echo
-done
diff --git a/tests/build-chunk-distributed-local.stdout b/tests/build-chunk-distributed-local.stdout
deleted file mode 100644
index 8077cac2..00000000
--- a/tests/build-chunk-distributed-local.stdout
+++ /dev/null
@@ -1,8 +0,0 @@
-.chunk.hello:
-./
-baserock/
-baserock/hello.meta
-bin/
-bin/hello
-etc/
-
diff --git a/tests/build-stratum-distributed-local.script b/tests/build-stratum-distributed-local.script
deleted file mode 100755
index d69946eb..00000000
--- a/tests/build-stratum-distributed-local.script
+++ /dev/null
@@ -1,24 +0,0 @@
-#!/bin/sh
-#
-# Test build a simple stratum using as many local workers as makes sense.
-#
-# Copyright (C) 2012 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 -eu
-
-"$SRCDIR/scripts/test-morph" \
- build-distributed morphs-repo master hello-stratum.morph
-tar -tf "$DATADIR/cache/"*.stratum.* | LC_ALL=C sort | sed '/^\.\/./s:^\./::'
diff --git a/tests/build-stratum-distributed-local.stdout b/tests/build-stratum-distributed-local.stdout
deleted file mode 100644
index 4f422ea4..00000000
--- a/tests/build-stratum-distributed-local.stdout
+++ /dev/null
@@ -1,7 +0,0 @@
-./
-baserock/
-baserock/hello-stratum.meta
-baserock/hello.meta
-bin/
-bin/hello
-etc/