guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: fontforge: Skip failing test.


From: Ludovic Courtès
Subject: 02/03: gnu: fontforge: Skip failing test.
Date: Tue, 16 Jan 2018 17:42:18 -0500 (EST)

civodul pushed a commit to branch core-updates
in repository guix.

commit 07457c30ef858ceb395ee279cd35509165ba32c2
Author: Ludovic Courtès <address@hidden>
Date:   Tue Jan 16 22:43:08 2018 +0100

    gnu: fontforge: Skip failing test.
    
    * gnu/packages/fontutils.scm (fontforge)[arguments]: Add #:make-flags.
---
 gnu/packages/fontutils.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index 666c68f..8b5b25f 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -553,7 +553,11 @@ definitions.")
                           "libxml2" "zlib" "libspiro" "freetype"
                           "pango" "cairo" "fontconfig")))
                 ;; Checks for potrace program at runtime
-                `("PATH" ":" prefix (,potrace)))))))))
+                `("PATH" ":" prefix (,potrace)))))))
+
+      ;; Check test 40 "FontForge .sfd file open check" to work around
+      ;; <https://github.com/fontforge/fontforge/issues/3246>.
+      #:make-flags '("TESTSUITEFLAGS=-k '!\\.sfd'")))
    (synopsis "Outline font editor")
    (description
     "FontForge allows you to create and modify postscript, truetype and



reply via email to

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