From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59780) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dHu3D-0003Pc-OB for guix-patches@gnu.org; Mon, 05 Jun 2017 11:36:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dHu3C-0001pa-2D for guix-patches@gnu.org; Mon, 05 Jun 2017 11:36:15 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:55187) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dHu3B-0001pP-Uz for guix-patches@gnu.org; Mon, 05 Jun 2017 11:36:14 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dHu3B-0002C0-Ps for guix-patches@gnu.org; Mon, 05 Jun 2017 11:36:13 -0400 Subject: bug#27251: [PATCH 19/27] gnu: kiconthemes: Re-enable tests. Resent-Message-ID: From: Hartmut Goebel Date: Mon, 5 Jun 2017 17:35:10 +0200 Message-Id: <1496676918-6707-19-git-send-email-h.goebel@crazy-compilers.com> In-Reply-To: <1496676918-6707-1-git-send-email-h.goebel@crazy-compilers.com> References: <1496676918-6707-1-git-send-email-h.goebel@crazy-compilers.com> 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: 27251@debbugs.gnu.org * gnu/packages/kde-frameworks.scm (kiconthemes)[arguments]: Test-suite is now passing; reenable it. --- gnu/packages/kde-frameworks.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 73215a1..21eae69 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -2223,8 +2223,7 @@ window does not need focus for them to be activated.") ("qtbase" ,qtbase) ("qtsvg" ,qtsvg))) (arguments - `(#:tests? #f ; FIXME: Test failure - #:phases + `(#:phases (modify-phases %standard-phases (add-before 'check 'check-setup (lambda* (#:key inputs #:allow-other-keys) -- 2.7.4