guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: texlive-bin: Fix substitution regexp.


From: Ludovic Courtès
Subject: 01/01: gnu: texlive-bin: Fix substitution regexp.
Date: Wed, 14 Nov 2018 18:04:22 -0500 (EST)

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

commit 21f7d88e7a5c6862f8c001a4877620dfeeb11904
Author: Ludovic Courtès <address@hidden>
Date:   Wed Nov 14 23:49:19 2018 +0100

    gnu: texlive-bin: Fix substitution regexp.
    
    This is a followup to commit be200ef316478585059041a33d8f4287017dea5a.
    
    * gnu/packages/tex.scm (texlive-bin)[arguments]: In
    'disable-failing-test' phase, escape "|" characters.
---
 gnu/packages/tex.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index cbe601e..916aa54 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -199,7 +199,7 @@
             ;; FIXME: This test fails on 32-bit architectures since Glibc 2.28:
             ;; <https://bugzilla.redhat.com/show_bug.cgi?id=1631847>.
             (substitute* "texk/web2c/omegafonts/check.test"
-              (("^\\./omfonts -ofm2opl \\$srcdir/tests/check tests/xcheck || 
exit 1")
+              (("^\\./omfonts -ofm2opl \\$srcdir/tests/check tests/xcheck 
\\|\\| exit 1")
                "./omfonts -ofm2opl $srcdir/tests/check tests/xcheck || exit 
77"))
             #t))
         (add-after 'install 'postint



reply via email to

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