gnu: emacs-mu4e-dashboard: Ignore tests.

* gnu/packages/emacs-xyz.scm (emacs-mu4e-dashboard): Ignore tests.
  [arguments]<tests?>: Skip them.
  <test-command>: Set it.

Signed-off-by: Ian Eure <ian@retrospec.tv>
This commit is contained in:
Nicolas Graves 2025-05-18 10:16:52 +02:00 committed by Liliana Marie Prikler
parent e108bad3c8
commit 2455c14028
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -31214,6 +31214,13 @@ in said buffer using sxiv.")
(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")