From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mathieu Lirzin Subject: [PATCH 0/5] Automake custom test driver using SRFI-64. Date: Thu, 24 Mar 2016 00:38:45 +0100 Message-ID: <1458776330-5005-1-git-send-email-mthl@gnu.org> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60713) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aisMu-0007f6-1M for guix-devel@gnu.org; Wed, 23 Mar 2016 19:39:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aisMr-0007rm-7b for guix-devel@gnu.org; Wed, 23 Mar 2016 19:39:15 -0400 List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org Hello, this is the debugged version of a patch previously sent here: https://lists.gnu.org/archive/html/guix-devel/2015-11/msg00024.html It is possible to directly checkout 'origin/wip-check' branch to review these patches. Thanks. Mathieu Lirzin (5): tests: Silence %cpio-program. build: Add a Guile custom test driver using SRFI-64. tests: Silence guix-daemon. tests: Silence %have-nix-hash?. tests: Silence tar. Makefile.am | 7 +- build-aux/test-driver.scm | 195 ++++++++++++++++++++++++++++++++++++++++++++++ doc/guix.texi | 16 ++-- test-env.in | 3 +- tests/base32.scm | 9 +-- tests/build-utils.scm | 3 - tests/builders.scm | 3 - tests/challenge.scm | 3 - tests/containers.scm | 9 +-- tests/cpan.scm | 3 - tests/cpio.scm | 6 +- tests/cran.scm | 3 - tests/cve.scm | 3 - tests/derivations.scm | 3 - tests/elpa.scm | 3 - tests/file-systems.scm | 3 - tests/gem.scm | 3 - tests/gexp.scm | 3 - tests/gnu-maintenance.scm | 3 - tests/graph.scm | 3 - tests/gremlin.scm | 3 - tests/hackage.scm | 3 - tests/hash.scm | 3 - tests/import-utils.scm | 3 - tests/lint.scm | 3 - tests/monads.scm | 3 - tests/nar.scm | 3 - tests/packages.scm | 3 - tests/pk-crypto.scm | 3 - tests/pki.scm | 3 - tests/profiles.scm | 3 - tests/publish.scm | 3 - tests/pypi.scm | 6 +- tests/records.scm | 3 - tests/scripts-build.scm | 3 - tests/scripts.scm | 3 - tests/services.scm | 3 - tests/sets.scm | 3 - tests/size.scm | 3 - tests/snix.scm | 3 - tests/store.scm | 3 - tests/substitute.scm | 3 - tests/syscalls.scm | 3 - tests/system.scm | 3 - tests/ui.scm | 3 - tests/union.scm | 3 - tests/utils.scm | 3 - 47 files changed, 222 insertions(+), 146 deletions(-) create mode 100644 build-aux/test-driver.scm -- 2.7.0