From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:35514) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hj3KD-0006QZ-0w for guix-patches@gnu.org; Thu, 04 Jul 2019 11:07:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hj3KC-0005aM-11 for guix-patches@gnu.org; Thu, 04 Jul 2019 11:07:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:42889) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hj3KA-0005Y6-Oz for guix-patches@gnu.org; Thu, 04 Jul 2019 11:07:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hj3KA-0002G2-IK for guix-patches@gnu.org; Thu, 04 Jul 2019 11:07:02 -0400 Subject: [bug#36469] [PATCH 1/2] pack: 'docker' backend records the profile's search paths. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20190702083731.10354-1-ludo@gnu.org> <20190702085601.10865-1-ludo@gnu.org> <871rz6t5ll.fsf@elephly.net> Date: Thu, 04 Jul 2019 17:06:15 +0200 In-Reply-To: <871rz6t5ll.fsf@elephly.net> (Ricardo Wurmus's message of "Thu, 04 Jul 2019 13:13:59 +0200") Message-ID: <87tvc13km0.fsf@inria.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Ricardo Wurmus Cc: 36469@debbugs.gnu.org Ricardo Wurmus skribis: > Ludovic Court=C3=A8s writes: > >> * gnu/tests/docker.scm (run-docker-test)["Load docker image and run it"]: >> Add example that expects (json) to be available. > > This message here is clearer than the actual test. In the test all that > JSON stuff is really only there to test that (json) is available, right? Yes, it ensures GUILE_LOAD_PATH is properly set. > Maybe it=E2=80=99s worth adding a comment to the test itself. Looks like it; I=E2=80=99ll add a comment. Thank you! Ludo=E2=80=99.