GNU bug report logs - #78315
[PATCH emacs-team 00/53] More fixes, and a lot of style improvements.

Previous Next

Package: guix-patches;

Reported by: Nicolas Graves <ngraves <at> ngraves.fr>

Date: Thu, 8 May 2025 12:49:02 UTC

Severity: normal

Tags: patch

Done: Ian Eure <ian <at> retrospec.tv>

Full log


Message #389 received at 78315 <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Graves <ngraves <at> ngraves.fr>
To: 78315 <at> debbugs.gnu.org
Cc: Nicolas Graves <ngraves <at> ngraves.fr>
Subject: [PATCH v3 53/53] gnu: emacs-mu4e-dashboard: Ignore tests.
Date: Sun, 18 May 2025 10:16:52 +0200
* gnu/packages/emacs-xyz.scm (emacs-mu4e-dashboard): Ignore tests.
  [arguments]<tests?>: Skip them.
  <test-command>: Set it.
---
 gnu/packages/emacs-xyz.scm | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index ca45ad1ae9..e2f106794c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -30937,6 +30937,13 @@ (define-public emacs-mu4e-dashboard
                  (base32
                   "164p56i6lgwgg7ina9h5qb4i31q3fngsy0ndbdva9agylk2sa9vc"))))
       (build-system emacs-build-system)
+      (arguments
+       (list
+        ;; XXX: tests fail with "emacs: standard input is not a tty"
+        #:tests? #f
+        #:test-command #~(list "emacs" "-Q" "-L" "."
+                               "-l" "test/regression-tests.el"
+                               "-f" "ert-run-tests-batch")))
       (native-inputs (list emacs-async))
       (propagated-inputs (list mu))
       (home-page "https://github.com/rougier/mu4e-dashboard")
-- 
2.49.0





This bug report was last modified 21 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.