From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:54864) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jCSNH-0008TO-7c for guix-patches@gnu.org; Thu, 12 Mar 2020 14:16:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jCSNG-0004St-Bo for guix-patches@gnu.org; Thu, 12 Mar 2020 14:16:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:51822) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jCSNG-0004Sl-83 for guix-patches@gnu.org; Thu, 12 Mar 2020 14:16:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jCSNG-0006QY-4B for guix-patches@gnu.org; Thu, 12 Mar 2020 14:16:02 -0400 Subject: [bug#40032] [PATCH] gnu: Add nvme-cli Resent-Message-ID: Date: Thu, 12 Mar 2020 14:15:13 -0400 From: Leo Famulari Message-ID: <20200312181513.GA8595@jasmine.lan> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Vincent Legoll Cc: 40032@debbugs.gnu.org On Thu, Mar 12, 2020 at 02:13:06AM +0100, Vincent Legoll wrote: > + #:tests? #f)) Why are the tests skipped? Please, always add a code comment here for reviewers.