From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 0/5] Automake custom test driver using SRFI-64. Date: Fri, 01 Apr 2016 22:51:06 +0200 Message-ID: <87fuv5kq85.fsf@gnu.org> References: <1458776330-5005-1-git-send-email-mthl@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42054) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1am62D-0001q5-Th for guix-devel@gnu.org; Fri, 01 Apr 2016 16:51:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1am629-00032L-Rm for guix-devel@gnu.org; Fri, 01 Apr 2016 16:51:13 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:50845) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1am629-00032H-Oa for guix-devel@gnu.org; Fri, 01 Apr 2016 16:51:09 -0400 In-Reply-To: <1458776330-5005-1-git-send-email-mthl@gnu.org> (Mathieu Lirzin's message of "Thu, 24 Mar 2016 00:38:45 +0100") 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: Mathieu Lirzin Cc: guix-devel@gnu.org Howdy! Mathieu Lirzin skribis: > It is possible to directly checkout 'origin/wip-check' branch to review t= hese > 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. I=E2=80=99m looking at it now. My first question is whether we could avoid silencing everything? I guess I got used to having an extra .log file containing =E2=80=9Cnoise= =E2=80=9D, in addition to the well-formatted .log file, and it=E2=80=99s proved useful on= a few occasions. Cheers, Ludo=E2=80=99.