guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: opendht: Really disable the problematic test


From: guix-commits
Subject: branch master updated: gnu: opendht: Really disable the problematic testListen test.
Date: Tue, 26 Jul 2022 21:58:36 -0400

This is an automated email from the git hooks/post-receive script.

apteryx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new e6480571a0 gnu: opendht: Really disable the problematic testListen 
test.
e6480571a0 is described below

commit e6480571a094e27dc50db2b42334f17a6d1957d4
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Jul 26 21:45:24 2022 -0400

    gnu: opendht: Really disable the problematic testListen test.
    
    * gnu/packages/networking.scm (opendht)
    [phases]{disable-problematic-tests}: Adjust regexp pattern.
    
    Reported-by: Jack Hill <jackhill@jackhill.us>
---
 gnu/packages/networking.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 9101aac472..3249bddbb2 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -3506,8 +3506,8 @@ and targeted primarily for asynchronous processing of 
HTTP-requests.")
               ;; on, introducing nondeterminism (see:
               ;; https://github.com/savoirfairelinux/opendht/issues/626).
               (substitute* "tests/Makefile.am"
-                (("tests/dhtrunnertester.(h|cpp)$" all)
-                 (string-append "# " all)))))
+                (("\\bdhtrunnertester\\.(h|cpp)\\b")
+                 ""))))
           (add-after 'unpack 'fix-python-installation-prefix
             ;; Specify the installation prefix for the compiled Python module
             ;; that would otherwise attempt to installs itself to Python's own



reply via email to

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