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: Sun, 03 Apr 2016 23:30:06 +0200 Message-ID: <87twji9y8x.fsf@gnu.org> References: <1458776330-5005-1-git-send-email-mthl@gnu.org> <87fuv5kq85.fsf@gnu.org> <871t6ol1i5.fsf@gnu.org> <877fgggn72.fsf@gnu.org> <87r3eojdeg.fsf@gnu.org> <878u0u6fdo.fsf@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]:47891) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ampb5-0005GG-BB for guix-devel@gnu.org; Sun, 03 Apr 2016 17:30:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ampb2-0005kq-3D for guix-devel@gnu.org; Sun, 03 Apr 2016 17:30:15 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:33216) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ampb2-0005km-0H for guix-devel@gnu.org; Sun, 03 Apr 2016 17:30:12 -0400 In-Reply-To: <878u0u6fdo.fsf@gnu.org> (Mathieu Lirzin's message of "Sun, 03 Apr 2016 14:33:39 +0200") 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 Mathieu Lirzin skribis: > Mathieu Lirzin writes: > >> ludo@gnu.org (Ludovic Court=C3=A8s) writes: >> >>> Indeed, I=E2=80=99ve thought about it, but in fact most or all of the = =E2=80=9Cuseful >>> noise=E2=80=9D happens via =E2=80=98current-output-port=E2=80=99 and = =E2=80=98current-error-port=E2=80=99, so >>> we=E2=80=99re not losing much. >>> >>> If we want a 100% solution that works with child processes (like >>> =E2=80=98cpio=E2=80=99), we should redirect the underlying file descrip= tors instead of >>> the ports: >> >> I will look into this. I think making it robust and reliable for >> general usage is important since it is intended to be used outside of >> Guix too. So I prefer having a 100% solution. > > Using =E2=80=98redirect-port=E2=80=99 has worked perfectly. Thanks. > > Pushed in a9edb211e733b8b34e67ec3b4450567e9376986f. Great, thanks! Ludo=E2=80=99.