From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Prikler Subject: bug#39449: [PATCH] gnu: sane-backends: Disable genesys_unit_tests. Date: Thu, 6 Feb 2020 23:39:55 +0100 Message-ID: <20200206223954.20222-1-leo.prikler@student.tugraz.at> References: <20200206071938.01a299f1@scratchpost.org> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:58561) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1izppX-0006f9-T0 for bug-guix@gnu.org; Thu, 06 Feb 2020 17:41:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1izppW-00038h-TV for bug-guix@gnu.org; Thu, 06 Feb 2020 17:41:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:42743) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1izppW-00038E-Qv for bug-guix@gnu.org; Thu, 06 Feb 2020 17:41:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1izppW-0000Rn-OO for bug-guix@gnu.org; Thu, 06 Feb 2020 17:41:02 -0500 In-Reply-To: <20200206071938.01a299f1@scratchpost.org> Sender: "Debbugs-submit" Resent-Message-ID: List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane-mx.org@gnu.org Sender: "bug-Guix" To: guix-patches@gnu.org Cc: 39449@debbugs.gnu.org * gnu/packages/scanner.scm (sane-backends)[arguments]<#:phases>: Add disable-failing-backend-tests. --- gnu/packages/scanner.scm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gnu/packages/scanner.scm b/gnu/packages/scanner.scm index 6adaba18cd..3f922a4747 100644 --- a/gnu/packages/scanner.scm +++ b/gnu/packages/scanner.scm @@ -131,6 +131,10 @@ package contains the library, but no drivers.") ((#:phases phases) `(modify-phases ,phases (delete 'disable-backends) + (add-after 'disable-failing-tests 'disable-failing-backend-tests + (lambda _ + (substitute* "testsuite/backend/genesys/Makefile.in" + ((" genesys_unit_tests\\$\\(EXEEXT\\)") "")))) (add-after 'unpack 'add-backends (lambda _ (substitute* "backend/dll.conf.in" -- 2.25.0