mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 20:10:39 +02:00
gnu: emacs-dired-du: Fix tests.
* gnu/packages/emacs-xyz.scm (emacs-dired-du)[arguments]: Add #:test-command and ‘skip-failing-tests’ phase.
This commit is contained in:
parent
af5da4e270
commit
3ee4d9938e
1 changed files with 8 additions and 0 deletions
|
@ -31614,6 +31614,14 @@ was called.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0vhph7vcicsiq28b10h3b4dvnhckcy4gccpdgsad5j7pwa5k26m1"))))
|
(base32 "0vhph7vcicsiq28b10h3b4dvnhckcy4gccpdgsad5j7pwa5k26m1"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
|
(arguments (list #:test-command #~(list "make" "test")
|
||||||
|
#:phases
|
||||||
|
#~(modify-phases %standard-phases
|
||||||
|
(add-after 'unpack 'skip-failing-tests
|
||||||
|
(lambda _
|
||||||
|
(substitute* "dired-du-tests.el"
|
||||||
|
(("\\(ert-deftest dired-du-sort-by-size .*" all)
|
||||||
|
(string-append all " (skip-unless nil)"))))))))
|
||||||
(home-page "https://elpa.gnu.org/packages/dired-du.html")
|
(home-page "https://elpa.gnu.org/packages/dired-du.html")
|
||||||
(synopsis "Dired with recursive directory sizes")
|
(synopsis "Dired with recursive directory sizes")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue