guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: gnu: sane-backends: Disable genesys_unit_tests.


From: guix-commits
Subject: 03/03: gnu: sane-backends: Disable genesys_unit_tests.
Date: Thu, 13 Feb 2020 17:32:29 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 5f6ce90a90011147a555cd400d7aaec8ef532a7f
Author: Leo Prikler <address@hidden>
AuthorDate: Thu Feb 6 23:39:55 2020 +0100

    gnu: sane-backends: Disable genesys_unit_tests.
    
    Fixes <https://bugs.gnu.org/39449>.
    
    * gnu/packages/scanner.scm (sane-backends)[arguments]<#:phases>:
    Add disable-failing-backend-tests.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/scanner.scm | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/gnu/packages/scanner.scm b/gnu/packages/scanner.scm
index 6adaba1..1e4231b 100644
--- a/gnu/packages/scanner.scm
+++ b/gnu/packages/scanner.scm
@@ -131,6 +131,13 @@ 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 _
+               ;; Disable test that fails on i686:
+               ;;   <https://bugs.gnu.org/39449>
+               (substitute* "testsuite/backend/genesys/Makefile.in"
+                 ((" genesys_unit_tests\\$\\(EXEEXT\\)") ""))
+               #t))
            (add-after 'unpack 'add-backends
              (lambda _
                (substitute* "backend/dll.conf.in"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]