David Thompson <dthomps...@worcester.edu> skribis: > From dc72ee831d6c6b93cf404a7fd1abc4b8fb27b7f2 Mon Sep 17 00:00:00 2001 > From: David Thompson <dthomps...@worcester.edu> > 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’.