mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 12:00:35 +02:00
gnu: emacs-realgud: Delete failing tests.
* gnu/packages/emacs-xyz.scm (emacs-realgud) [arguments]<phases>: Rename phase 'remove-realgud-pkg.el to 'patch-more-el-files. In this phase, delete the file test/test-regexp-perldb.el. Signed-off-by: Ian Eure <ian@retrospec.tv>
This commit is contained in:
parent
99f0ecc96f
commit
335d73e9bf
1 changed files with 4 additions and 1 deletions
|
@ -14898,8 +14898,11 @@ text excepting lines containing matches.")
|
|||
(add-after 'fix-autogen-script 'set-home
|
||||
(lambda _
|
||||
(setenv "HOME" (getenv "TMPDIR"))))
|
||||
(add-before 'patch-el-files 'remove-realgud-pkg.el
|
||||
(add-before 'patch-el-files 'patch-more-el-files
|
||||
(lambda _
|
||||
;; XXX: Some tests/assumptions in this file are
|
||||
;; not valid on Emacs@30.
|
||||
(delete-file "test/test-regexp-perldb.el")
|
||||
;; FIXME: `patch-el-files' crashes on this file with error:
|
||||
;; unable to locate "bashdb".
|
||||
(delete-file "./test/test-regexp-bashdb.el"))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue