From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Craven Subject: Re: [PATCH 10/96] gnu: Add ocamlmod. Date: Wed, 4 Jan 2017 18:35:09 +0100 Message-ID: References: <20170103191217.6431-1-julien@lepiller.eu> <20170103191217.6431-11-julien@lepiller.eu> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60121) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cOpSz-00058d-RF for guix-devel@gnu.org; Wed, 04 Jan 2017 12:35:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cOpSw-0008R1-Pr for guix-devel@gnu.org; Wed, 04 Jan 2017 12:35:13 -0500 Received: from mail-qt0-x242.google.com ([2607:f8b0:400d:c0d::242]:35117) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cOpSw-0008Ps-KP for guix-devel@gnu.org; Wed, 04 Jan 2017 12:35:10 -0500 Received: by mail-qt0-x242.google.com with SMTP id 3so40515094qtr.2 for ; Wed, 04 Jan 2017 09:35:10 -0800 (PST) In-Reply-To: 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: julien lepiller Cc: guix-devel > The thing is tests are passed during 'build. This is activated by the --enable-tests argument, that is enabled by #:tests? #t. Ah I see. Then it makes sense. I was a bit hasty with this. I already pushed the first 20 packages. Sorry about that, I'll change it back. If you take a little more care with the commit message conventions and coding style, we might be able to convince Ludo to give you commit access, since you are clearly our local ocaml expert :)