From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58422) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dqLnE-0005pt-M1 for guix-patches@gnu.org; Fri, 08 Sep 2017 12:06:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dqLn8-0002CG-QP for guix-patches@gnu.org; Fri, 08 Sep 2017 12:06:08 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:47545) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dqLn8-0002C1-M4 for guix-patches@gnu.org; Fri, 08 Sep 2017 12:06:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dqLn8-0007tE-CY for guix-patches@gnu.org; Fri, 08 Sep 2017 12:06:02 -0400 Subject: [bug#28250] slf4j-api: enable tests Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20170827133142.6a7b6482@lepiller.eu> Date: Fri, 08 Sep 2017 18:05:25 +0200 In-Reply-To: <20170827133142.6a7b6482@lepiller.eu> (Julien Lepiller's message of "Sun, 27 Aug 2017 13:31:42 +0200") Message-ID: <877ex989bu.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: Julien Lepiller Cc: 28250@debbugs.gnu.org Julien Lepiller skribis: >>>From 2a9b0420c249b4b896f5980a55be8ae5595bd96b Mon Sep 17 00:00:00 2001 > From: Julien Lepiller > Date: Sun, 27 Aug 2017 13:19:31 +0200 > Subject: [PATCH] gnu: java-slf4j-api: Fix tests. > > * gnu/packages/java.scm (java-slf4j-api)[arguments]: Enable tests > Adjust the jar content to prevent a test failure. I don=E2=80=99t fully understand what=E2=80=99s at play but this looks like= a step in the right direction to me, so I=E2=80=99d say go ahead! Thanks, Ludo=E2=80=99.