From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:35912) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hlfoO-00019H-9p for guix-patches@gnu.org; Thu, 11 Jul 2019 16:37:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hlfoN-0004vr-Bq for guix-patches@gnu.org; Thu, 11 Jul 2019 16:37:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:58220) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hlfoN-0004vk-8f for guix-patches@gnu.org; Thu, 11 Jul 2019 16:37:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hlfoN-0007Hb-3f for guix-patches@gnu.org; Thu, 11 Jul 2019 16:37:03 -0400 Subject: [bug#36605] [PATCH 5/6] gnu: knewstuff: Enable test-suite. Resent-Message-ID: From: Hartmut Goebel Date: Thu, 11 Jul 2019 22:26:39 +0200 Message-Id: <20190711202644.32014-31-h.goebel@crazy-compilers.com> In-Reply-To: <20190711202644.32014-1-h.goebel@crazy-compilers.com> References: <58494E16.9010909@crazy-compilers.com> <20190711202644.32014-1-h.goebel@crazy-compilers.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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: 36605@debbugs.gnu.org Without anything changed the test-suite now passes, thus can be enabled. * gnu/package/kde-frameworks.scm(knewstuff)[arguments]<#:tests?>: Remove. --- 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 079a8a75e..45580cb5f 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -2727,8 +2727,7 @@ KIO enabled infrastructure.") ("solid" ,solid) ("sonnet" ,sonnet))) (arguments - `(#:tests? #f ; FIXME: 1/3 tests fail. - #:phases + `(#:phases (modify-phases %standard-phases (add-before 'check 'check-setup (lambda _ ; XDG_DATA_DIRS isn't set -- 2.13.7