1
Fork 0
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:
Nicolas Graves 2025-05-18 10:16:01 +02:00 committed by Liliana Marie Prikler
parent 99f0ecc96f
commit 335d73e9bf
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -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"))))