From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46528) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dpDl1-0003wI-Kb for guix-patches@gnu.org; Tue, 05 Sep 2017 09:19:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dpDks-0004zi-0T for guix-patches@gnu.org; Tue, 05 Sep 2017 09:19:11 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:41906) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dpDkr-0004zc-Sa for guix-patches@gnu.org; Tue, 05 Sep 2017 09:19:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dpDkr-0008N9-Nl for guix-patches@gnu.org; Tue, 05 Sep 2017 09:19:01 -0400 Subject: [bug#28288] [PATCH 5/5] tests: Add test for installing from an ISO Image. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20170903105041.2925-1-mail@cbaines.net> <20170903105041.2925-5-mail@cbaines.net> <20170903115838.0bc74483@cbaines.net> Date: Tue, 05 Sep 2017 15:18:22 +0200 In-Reply-To: <20170903115838.0bc74483@cbaines.net> (Christopher Baines's message of "Sun, 3 Sep 2017 11:58:38 +0100") Message-ID: <873781s2qp.fsf@gnu.org> 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: Christopher Baines Cc: 28288@debbugs.gnu.org Christopher Baines skribis: > On Sun, 3 Sep 2017 11:50:41 +0100 > Christopher Baines wrote: > >> * gnu/tests/install.scm (%test-iso-image-installer): New variable. >> (run-install): Add #:installation-disk-image-file-system-type as a >> keyword argument. >> --- >> gnu/tests/install.scm | 110 >> +++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 99 >> insertions(+), 11 deletions(-) > > This test now passes! I've also successfully generated an ISO image > that I used to install GuixSD to a Bytemark VM [1]. Woohoo, really nice! \o/ Thanks for persevering! Ludo=E2=80=99.