GNU bug report logs -
#76686
[PATCH emacs-team 00/45] Test emacs packages by default
Previous Next
Full log
Message #152 received at 76686 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/emacs-xyz.scm (emacs-explain-pause-mode): Skip tests.
Change-Id: I03d5931978db95899b34afc587906f2a7b1e4da8
---
gnu/packages/emacs-xyz.scm | 15 +--------------
1 file changed, 1 insertion(+), 14 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 2a377f5a08..6218743e5c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -8032,20 +8032,7 @@ (define-public emacs-explain-pause-mode
(build-system emacs-build-system)
(native-inputs
(list emacs-buttercup))
- (arguments
- '(#:phases
- (modify-phases %standard-phases
- ;; This causes the byte-compilation before unit-tests to fail.
- (add-after 'unpack 'remove-error-on-warn
- (lambda _
- (substitute* "Makefile"
- (("--eval '\\(setq byte-compile-error-on-warn t\\)'") "")))))
- ;; Don't run case-tests as they will fail to create sockets because
- ;; the path is too long
- #:test-command '("make" "byte-compile" "unit-tests")
- ;; Parallel testing will cause the tests to run before
- ;; byte-compilation is finished
- #:parallel-tests? #f))
+ (arguments '(#:tests? #f)) ; fail, package is out of maintenance
(home-page "https://github.com/lastquestion/explain-pause-mode")
(synopsis "Top-like interface to determine why Emacs paused")
(description
base-commit: ca30726285b6883a3b1fa89db64177460af69c42
--
2.49.0
This bug report was last modified 45 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.