guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-docker: Disable tests in a correct way


From: guix-commits
Subject: branch master updated: gnu: emacs-docker: Disable tests in a correct way
Date: Thu, 23 Sep 2021 03:30:19 -0400

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

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new df3b064  gnu: emacs-docker: Disable tests in a correct way
df3b064 is described below

commit df3b0646070cc4669736aa9e8eb6fc3d855bcd7b
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Sep 23 09:29:00 2021 +0200

    gnu: emacs-docker: Disable tests in a correct way
    
    * gnu/packages/emacs-xyz.scm (emacs-docker)[arguments]: Uses #tests? instead
    of deleting the `check' phase.
---
 gnu/packages/emacs-xyz.scm | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 2daf59c..5ecc08a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -23559,10 +23559,7 @@ constant expressions.")
        ("emacs-s" ,emacs-s)
        ("emacs-tablist" ,emacs-tablist)
        ("emacs-transient" ,emacs-transient)))
-    (arguments
-     `(#:phases
-       (modify-phases %standard-phases
-         (delete 'check))))             ;no tests
+    (arguments `(#:tests? #false))      ;no tests
     (build-system emacs-build-system)
     (home-page "https://github.com/Silex/docker.el";)
     (synopsis "Manage docker from Emacs")



reply via email to

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