guix-commits
[Top][All Lists]
Advanced

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

11/22: gnu: zziplib: Don't run failing tests.


From: guix-commits
Subject: 11/22: gnu: zziplib: Don't run failing tests.
Date: Sun, 7 Jul 2019 19:04:43 -0400 (EDT)

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

commit b0dc2454cc7288148e108156a8bedbb1947115a9
Author: Marius Bakke <address@hidden>
Date:   Sun Jul 7 18:08:21 2019 +0200

    gnu: zziplib: Don't run failing tests.
    
    * gnu/packages/compression.scm (zziplib)[arguments]: Set <#:test-target>.
---
 gnu/packages/compression.scm | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index 1ca88fe..1321791 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -1588,7 +1588,12 @@ recreates the stored directory structure by default.")
                     (lambda _
                       (for-each make-file-writable
                                 (find-files "test" #:directories? #t))
-                      #t)))))
+                      #t)))
+
+       ;; XXX: The default test target attempts to download external resources 
and
+       ;; fails without error: <https://github.com/gdraheim/zziplib/issues/53>.
+       ;; To prevent confusing log messages, just run a simple zip test that 
works.
+       #:test-target "check-readme"))
     (inputs
      `(("zlib" ,zlib)))
     (native-inputs `(("perl" ,perl)     ; for the documentation



reply via email to

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