GNU bug report logs -
#76686
[PATCH emacs-team 00/45] Test emacs packages by default
Previous Next
Full log
Message #38 received at 76686 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/emacs-xyz.scm (emacs-yasnippet)[#:test-command]: Adjust so as
to not run ‘yas-org-native-tab-in-source-block-emacs-lisp’.
---
gnu/packages/emacs-xyz.scm | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 51fd5f4173a..4181899783c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -19767,9 +19767,13 @@ (define-public emacs-yasnippet
(search-patches "emacs-yasnippet-fix-empty-snippet-next.patch"))))
(build-system emacs-build-system)
(arguments
- `(#:test-command '("emacs" "--batch"
- "-l" "yasnippet-tests.el"
- "-f" "ert-run-tests-batch-and-exit")
+ `(#:test-command
+ '("emacs" "--batch"
+ "-l" "yasnippet-tests.el"
+ ;; XXX: one test is broken…
+ "--eval"
+ "(ert-run-tests-batch-and-exit
+ '(not yas-org-native-tab-in-source-block-emacs-lisp))")
#:phases
(modify-phases %standard-phases
;; Set HOME, otherwise test-rebindings fails.
--
2.48.1
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.