From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: WIP pypy3.3 - tests still fail? Anyone see why? Date: Sun, 9 Oct 2016 02:51:17 -0400 Message-ID: <20161009065117.GB4183@jasmine> References: <20161007121231.5f00a462@scratchpost.org> <20161008192708.1e726854@scratchpost.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44093) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bt7xO-0005ST-GP for guix-devel@gnu.org; Sun, 09 Oct 2016 02:51:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bt7xI-0004qR-EJ for guix-devel@gnu.org; Sun, 09 Oct 2016 02:51:33 -0400 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:47564) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bt7xH-0004m1-7g for guix-devel@gnu.org; Sun, 09 Oct 2016 02:51:28 -0400 Content-Disposition: inline In-Reply-To: <20161008192708.1e726854@scratchpost.org> 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: Danny Milosavljevic Cc: guix-devel@gnu.org On Sat, Oct 08, 2016 at 07:27:08PM +0200, Danny Milosavljevic wrote: > > Also if guix build does fail executing some test - can I continue there somehow? > > Uhhh... I mean: if a test fails, can I make guix open a shell there (with all the right environment etc) so I can examine what's up, let me fix it and then restart the phase? You can approximate it with `guix build --keep-failed`. Then, you could enter the directory of the failed build and do `guix environment --container`. I think that should be a very similar environment that you can repeat the tests in.