guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: imagemagick: Disable tests.


From: Mark H. Weaver
Subject: 01/01: gnu: imagemagick: Disable tests.
Date: Thu, 13 Oct 2016 09:30:29 +0000 (UTC)

mhw pushed a commit to branch master
in repository guix.

commit e98e9f4e8539e24efaebf22fc3db00b7e772618f
Author: Mark H Weaver <address@hidden>
Date:   Thu Oct 13 05:28:25 2016 -0400

    gnu: imagemagick: Disable tests.
    
    * gnu/packages/imagemagick.scm (imagemagick)[arguments]: Disable tests.
---
 gnu/packages/imagemagick.scm |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/imagemagick.scm b/gnu/packages/imagemagick.scm
index 5a2ba95..adce8d4 100644
--- a/gnu/packages/imagemagick.scm
+++ b/gnu/packages/imagemagick.scm
@@ -52,6 +52,9 @@
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags '("--with-frozenpaths" "--without-gcc-arch")
+       ;; FIXME: The test suite succeeded before version 6.9.6-2.
+       ;; Try enabling it again with newer releases.
+       #:tests? #f
        #:phases (modify-phases %standard-phases
                   (add-before
                    'build 'pre-build



reply via email to

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