guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: gegl: Disable tests.


From: Andreas Enge
Subject: 01/01: gnu: gegl: Disable tests.
Date: Sun, 23 Nov 2014 12:50:57 +0000

andreas pushed a commit to branch master
in repository guix.

commit bc9812f15015400439e0142fdcfeead942c73050
Author: Andreas Enge <address@hidden>
Date:   Sun Nov 23 13:49:48 2014 +0100

    gnu: gegl: Disable tests.
    
    * gnu/packages/gimp.scm (gegl): Disable tests since failures are apparently
        not taken care of in upstream releases.
---
 gnu/packages/gimp.scm |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/gimp.scm b/gnu/packages/gimp.scm
index aeedd23..a0c18ea 100644
--- a/gnu/packages/gimp.scm
+++ b/gnu/packages/gimp.scm
@@ -74,7 +74,10 @@ provided as well as the framework to add new color models 
and data types.")
                 "09nlv06li9nrn74ifpm7223mxpg0s7cii702z72cpbwrjh6nlbnz"))))
     (build-system gnu-build-system)
     (arguments
-     `(#:phases
+     `(;; More than just the one test disabled below now fails; disable them
+       ;; all according to the rationale given below.
+       #:tests? #f
+       #:phases
        (alist-cons-before
         'build 'pre-build
         (lambda _



reply via email to

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