guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-s: Do not use full-fledged Emacs to ru


From: guix-commits
Subject: branch master updated: gnu: emacs-s: Do not use full-fledged Emacs to run tests.
Date: Thu, 24 Nov 2022 16:34:04 -0500

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

rekado pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 5f8c11d48e gnu: emacs-s: Do not use full-fledged Emacs to run tests.
5f8c11d48e is described below

commit 5f8c11d48e4949aa77d7aaa1e7e25568bd8dfa97
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Nov 24 22:31:50 2022 +0100

    gnu: emacs-s: Do not use full-fledged Emacs to run tests.
    
    * gnu/packages/emacs-xyz.scm (emacs-s)[arguments]: Use emacs-minimal.
---
 gnu/packages/emacs-xyz.scm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 2eef75925a..3e4c8b38bc 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -4700,7 +4700,6 @@ which is restored where possible when the file is loaded 
again.")
     (build-system emacs-build-system)
     (arguments
      `(#:tests? #t
-       #:emacs ,emacs                   ; FIXME: tests fail with emacs-minimal
        #:test-command '("./run-tests.sh")))
     (home-page "https://github.com/magnars/s.el";)
     (synopsis "Emacs string manipulation library")



reply via email to

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