From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: Re: Test-suite for guix deploy? Date: Sun, 17 Nov 2019 19:19:38 +0100 Message-ID: <87mucumklh.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:45370) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iWP9B-0004X2-ID for guix-devel@gnu.org; Sun, 17 Nov 2019 13:19:42 -0500 In-Reply-To: (Hartmut Goebel's message of "Wed, 13 Nov 2019 14:33:47 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Hartmut Goebel Cc: guix-devel Hi Hartmut, Hartmut Goebel skribis: > is there a test-suite for "guix depoly" already? Is it run on > ci.guix.gnu.org? There=E2=80=99s no test suite for =E2=80=9Cguix deploy=E2=80=9D as a whole,= but there are tests for things it relies on in tests/gexp.scm and gnu/tests/reconfigure.scm. If you have ideas on how to improve coverage, let us know! Thanks, Ludo=E2=80=99.