From dc7f4153ae6f74fe747117154e02a2198be6e8c2 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 2 May 2012 18:03:44 +0100 Subject: Get rid of the old internal morph APIs --- tests/build-chunk-distributed-local.script | 29 ---------------------------- tests/build-chunk-distributed-local.stdout | 8 -------- tests/build-stratum-distributed-local.script | 24 ----------------------- tests/build-stratum-distributed-local.stdout | 7 ------- 4 files changed, 68 deletions(-) delete mode 100755 tests/build-chunk-distributed-local.script delete mode 100644 tests/build-chunk-distributed-local.stdout delete mode 100755 tests/build-stratum-distributed-local.script delete mode 100644 tests/build-stratum-distributed-local.stdout (limited to 'tests') 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/ -- cgit v1.2.1