From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thompson, David" Subject: Re: [PATCH] build: container: Fix call-with-clean-exit. Date: Sat, 10 Oct 2015 09:01:05 -0400 Message-ID: References: <87a8rrrdoa.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> <87pp0n4sat.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]:53660) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zktlu-0005Ou-Mt for guix-devel@gnu.org; Sat, 10 Oct 2015 09:01:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zktlq-0005d7-7x for guix-devel@gnu.org; Sat, 10 Oct 2015 09:01:10 -0400 Received: from mail-yk0-f176.google.com ([209.85.160.176]:35446) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zktlq-0005cu-4b for guix-devel@gnu.org; Sat, 10 Oct 2015 09:01:06 -0400 Received: by ykec126 with SMTP id c126so64257821yke.2 for ; Sat, 10 Oct 2015 06:01:05 -0700 (PDT) In-Reply-To: <87pp0n4sat.fsf@gnu.org> 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: =?UTF-8?Q?Ludovic_Court=C3=A8s?= Cc: guix-devel On Fri, Oct 9, 2015 at 5:59 PM, Ludovic Court=C3=A8s wrote: > David Thompson skribis: > >> From dc72ee831d6c6b93cf404a7fd1abc4b8fb27b7f2 Mon Sep 17 00:00:00 2001 >> From: David Thompson >> Date: Fri, 9 Oct 2015 12:33:40 -0400 >> Subject: [PATCH] build: container: Fix call-with-clean-exit. >> >> Before, call-with-clean-exit would *always* return an exit code of 1. >> >> * gnu/build/linux-container.scm (call-with-clean-exit): Exit with status >> code of 0 if thunk does not throw an exception. >> * tests/containers.scm: Add test. > > LGTM, thanks. Pushed, thanks. - Dave