guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: haunt: Disable test suite.


From: David Thompson
Subject: 01/01: gnu: haunt: Disable test suite.
Date: Mon, 27 Mar 2017 14:18:55 -0400 (EDT)

davexunit pushed a commit to branch master
in repository guix.

commit 1e4063010d13249df94483e57d410fcc2965d6f5
Author: David Thompson <address@hidden>
Date:   Mon Mar 27 14:18:17 2017 -0400

    gnu: haunt: Disable test suite.
    
    * gnu/packages/guile.scm (haunt): Disable test suite.
---
 gnu/packages/guile.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index abb4fe9..96ef021 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -1039,7 +1039,7 @@ Guile's foreign function interface.")
     (arguments
      `(#:modules ((ice-9 match) (ice-9 ftw)
                   ,@%gnu-build-system-modules)
-
+       #:tests? #f ; test suite is non-deterministic :(
        #:phases (modify-phases %standard-phases
                   (add-after 'install 'wrap-haunt
                     (lambda* (#:key outputs #:allow-other-keys)



reply via email to

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