>From d0b615809a33ab59d077576e68c79b415852b4a2 Mon Sep 17 00:00:00 2001 From: Mathieu Othacehe Date: Tue, 29 May 2018 11:45:07 +0200 Subject: [PATCH 3/4] gnu: emacs-s: Disable tests. * gnu/packages/emacs.scm (emacs-s): Since emacs version 26, the tests defined in this package fail at first evaluation and succeed after, probably due to macro expansion. --- gnu/packages/emacs.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index 2103eca..0673f2d 100644 --- a/gnu/packages/emacs.scm +++ b/gnu/packages/emacs.scm @@ -1790,8 +1790,9 @@ allows easily move between them.") "0xbl75863pcm806zg0x1lw7qznzjq2c8320k8js7apyag8q4srvh")))) (build-system emacs-build-system) (arguments - `(#:tests? #t - #:test-command '("./run-tests.sh"))) + ;; FIXME: ert tests fail randomly, probably due to macro usage + ;; in examples.el. + `(#:tests? #f)) (home-page "https://github.com/magnars/s.el") (synopsis "Emacs string manipulation library") (description "This package provides an Emacs library for manipulating -- 2.7.4