me
/
guix
Archived
1
0
Fork 0

gnu: emacs-libgit: Fix build.

* gnu/packages/emacs-xyz.scm (emacs-libgit)[#:phases]: Add ‘ert-number-tests’.
master
Liliana Marie Prikler 2023-08-19 01:37:53 +02:00
parent 50b2db40ea
commit 51bbc440f4
No known key found for this signature in database
GPG Key ID: 442A84B8C70E2F87
1 changed files with 4 additions and 0 deletions

View File

@ -1407,6 +1407,10 @@ on stdout instead of using a socket as the Emacsclient does.")
(substitute* "test/submodule-test.el"
(("\\(ert-deftest (status|ids) .*" all)
(string-append all " (skip-unless nil)")))))
(add-after 'unpack 'ert-number-tests
(lambda _
(ert-number-tests "test/repository-test.el"
"repository-head-for-worktree")))
(add-before 'install 'prepare-for-install
(lambda _
(let ((s "../source"))