[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] build: container: Fix call-with-clean-exit.
From: |
Thompson, David |
Subject: |
Re: [PATCH] build: container: Fix call-with-clean-exit. |
Date: |
Sat, 10 Oct 2015 09:01:05 -0400 |
On Fri, Oct 9, 2015 at 5:59 PM, Ludovic Courtès <address@hidden> wrote:
> David Thompson <address@hidden> skribis:
>
>> From dc72ee831d6c6b93cf404a7fd1abc4b8fb27b7f2 Mon Sep 17 00:00:00 2001
>> From: David Thompson <address@hidden>
>> 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