GNU bug report logs -
#78315
[PATCH emacs-team 00/53] More fixes, and a lot of style improvements.
Previous Next
Full log
Message #389 received at 78315 <at> debbugs.gnu.org (full text, mbox):
* 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.