guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 649e32d94dbcf7024ad616590629d72b9ed14ca9
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Sun Mar 2 15:12:29 2025 +0100
gnu: emacs-dumb-jump: Use implicit “ert-runner”.
* gnu/packages/emacs-xyz.scm (emacs-dumb-jump)[arguments]: Drop
#:test-command.
---
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 f66f1dab29..19c197bcb7 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -29716,7 +29716,6 @@ through the symbol: @command{this-fn}.")
(build-system emacs-build-system)
(arguments
`(#:tests? #f ; FIXME: Tests freeze when run.
- #:test-command '("ert-runner")
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'set-shell