From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: Re: WIP pypy3.3 - tests still fail? Anyone see why? Date: Sat, 8 Oct 2016 19:27:08 +0200 Message-ID: <20161008192708.1e726854@scratchpost.org> References: <20161007121231.5f00a462@scratchpost.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52896) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bsvP3-00029D-Am for guix-devel@gnu.org; Sat, 08 Oct 2016 13:27:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bsvOz-00025S-ST for guix-devel@gnu.org; Sat, 08 Oct 2016 13:27:17 -0400 Received: from dd1012.kasserver.com ([85.13.128.8]:45298) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bsvOz-00024g-M0 for guix-devel@gnu.org; Sat, 08 Oct 2016 13:27:13 -0400 Received: from localhost (77.116.202.37.wireless.dyn.drei.com [77.116.202.37]) by dd1012.kasserver.com (Postfix) with ESMTPSA id 244181CA0078 for ; Sat, 8 Oct 2016 19:27:10 +0200 (CEST) In-Reply-To: <20161007121231.5f00a462@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: guix-devel@gnu.org > 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?