gnu: emacs-reformatter: Handle tests.

* gnu/packages/emacs-xyz.scm (emacs-reformatter)[arguments]:
Add #:test-command.  Skip tests.
This commit is contained in:
Liliana Marie Prikler 2025-04-05 10:43:43 +02:00
parent d355895f21
commit 99e70c3938
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -3983,6 +3983,8 @@ provides basic supports for syntax highlighting and indentation.")
(sha256
(base32 "1vm030lz489vjx1dz1jrnj7zd2b43y98rffdxyshfvxbfv1cbmyk"))))
(build-system emacs-build-system)
(arguments (list #:tests? #f ; XXX: 4/4 tests broken
#:test-command #~(list "make" "test" "INIT_PACKAGES=t")))
(home-page "https://github.com/purcell/reformatter.el")
(synopsis "Define commands which run reformatters on the current buffer")
(description