guix-commits
[Top][All Lists]
Advanced

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

branch core-updates updated: gnu: c-ares: Enable tests.


From: guix-commits
Subject: branch core-updates updated: gnu: c-ares: Enable tests.
Date: Thu, 30 Dec 2021 08:17:57 -0500

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

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

The following commit(s) were added to refs/heads/core-updates by this push:
     new 94f8ba37cc gnu: c-ares: Enable tests.
94f8ba37cc is described below

commit 94f8ba37cc3eff71809bd197378d075e33a9945c
Author: Jelle Licht <jlicht@fsfe.org>
AuthorDate: Thu Dec 23 15:39:27 2021 +0100

    gnu: c-ares: Enable tests.
    
    * gnu/packages/adns.scm (c-ares)[arguments]: Enable tests.
---
 gnu/packages/adns.scm | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gnu/packages/adns.scm b/gnu/packages/adns.scm
index 5703016549..432f7367b7 100644
--- a/gnu/packages/adns.scm
+++ b/gnu/packages/adns.scm
@@ -76,9 +76,7 @@ scripts.")
                 "0gcincjvpll2qmlc906jx6mfq97s87mgi0zby0753ki0rr2ch0s8"))))
     (build-system gnu-build-system)
     (arguments
-     '(;; FIXME: Some tests require network access
-       #:tests? #f
-       #:phases
+     '(#:phases
        (modify-phases %standard-phases
          (add-before 'check 'filter-live-tests
            (lambda _



reply via email to

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