guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: texi2html: Disable tests.


From: Eric Bavier
Subject: 01/01: gnu: texi2html: Disable tests.
Date: Fri, 22 Jan 2016 04:27:20 +0000

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

commit 1022da10e1dfc9edc7197370930e9d6c589b4b10
Author: Eric Bavier <address@hidden>
Date:   Thu Jan 21 22:09:42 2016 -0600

    gnu: texi2html: Disable tests.
    
    * gnu/packages/texinfo.scm (texi2html): New 'arguments' field.
---
 gnu/packages/texinfo.scm |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/texinfo.scm b/gnu/packages/texinfo.scm
index cc53293..bffff78 100644
--- a/gnu/packages/texinfo.scm
+++ b/gnu/packages/texinfo.scm
@@ -1,6 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2012, 2013, 2015 Ludovic Courtès <address@hidden>
-;;; Copyright © 2014 Eric Bavier <address@hidden>
+;;; Copyright © 2014, 2016 Eric Bavier <address@hidden>
 ;;; Copyright © 2015 Mark H Weaver <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
@@ -111,6 +111,11 @@ is on expressing the content semantically, avoiding 
physical markup commands.")
                '(utime "texi2html.pl" 0 0 0 0))))
     (build-system gnu-build-system)
     (inputs `(("perl" ,perl)))
+    (arguments
+     ;; Tests fail because of warnings on stderr from Perl 5.22.  Adjusting
+     ;; texi2html.pl to avoid the warnings seems non-trivial, so we simply
+     ;; disable the tests.
+     '(#:tests? #f))
     (home-page "http://www.nongnu.org/texi2html/";)
     (synopsis "Convert Texinfo to HTML")
     (description



reply via email to

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