[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] build: container: Fix call-with-clean-exit.
From: |
Ludovic Courtès |
Subject: |
Re: [PATCH] build: container: Fix call-with-clean-exit. |
Date: |
Fri, 09 Oct 2015 23:59:22 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) |
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.
Ludo’.