From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:37716) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jGf1c-0005lL-I7 for guix-patches@gnu.org; Tue, 24 Mar 2020 04:35:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jGf1a-0002PQ-Mo for guix-patches@gnu.org; Tue, 24 Mar 2020 04:35:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:47876) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jGf1a-0002PK-Jp for guix-patches@gnu.org; Tue, 24 Mar 2020 04:35:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jGf1a-0008Ty-Ea for guix-patches@gnu.org; Tue, 24 Mar 2020 04:35:02 -0400 Subject: [bug#40207] [PATCH 0/2] Add a desktop graphical installer test. Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:37681) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jGf1S-0005Zs-EK for guix-patches@gnu.org; Tue, 24 Mar 2020 04:34:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jGf1O-0002KU-Go for guix-patches@gnu.org; Tue, 24 Mar 2020 04:34:54 -0400 Received: from mail-wm1-x32c.google.com ([2a00:1450:4864:20::32c]:54444) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jGf1O-0002KE-9D for guix-patches@gnu.org; Tue, 24 Mar 2020 04:34:50 -0400 Received: by mail-wm1-x32c.google.com with SMTP id c81so2210848wmd.4 for ; Tue, 24 Mar 2020 01:34:50 -0700 (PDT) From: Mathieu Othacehe Date: Tue, 24 Mar 2020 09:34:43 +0100 Message-Id: <20200324083443.30544-1-m.othacehe@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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: 40207@debbugs.gnu.org Cc: Mathieu Othacehe Hello, Here are two patches that allow testing the graphical installation of a Guix System with all desktop-environments included. Thanks, Mathieu Mathieu Othacehe (2): installer: tests: Use a filter to select desktop-environments. tests: install: Add %test-gui-installed-desktop-os-encrypted. gnu/installer/tests.scm | 11 +++-- gnu/tests/install.scm | 90 +++++++++++++++++++++++++++++++++-------- 2 files changed, 81 insertions(+), 20 deletions(-) -- 2.25.1