From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 4/6] gnu: Add gpgscm. Date: Mon, 18 Jul 2016 13:44:07 -0400 Message-ID: <20160718174407.GA21573@jasmine> References: <87lh0z97jm.fsf@we.make.ritual.n0.is> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56888) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bPCae-0000lk-6s for guix-devel@gnu.org; Mon, 18 Jul 2016 13:44:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bPCaa-0000ee-Dw for guix-devel@gnu.org; Mon, 18 Jul 2016 13:44:23 -0400 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:41753) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bPCaZ-0000dd-3w for guix-devel@gnu.org; Mon, 18 Jul 2016 13:44:20 -0400 Content-Disposition: inline In-Reply-To: <87lh0z97jm.fsf@we.make.ritual.n0.is> 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: ng0 Cc: guix-devel@gnu.org On Sun, Jul 17, 2016 at 11:19:41PM +0000, ng0 wrote: > Whoever wants to fix how this looks in code can change it before > commit, like it is now it works and serves its purpose (run the > gnupg tests). > Commented parts included for people who want to make it smaller, > if you make it smaller in size the code size on our side will > grow. Thank you for beginning this! It looks as if the gpgscm executable is built in our build phase, and then used in our check phase. So, I will try patching the shebangs of the tests in between the build and check phases.