diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2022-11-24 22:31:50 +0100 | 
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2022-11-24 22:32:53 +0100 | 
| commit | 5f8c11d48e4949aa77d7aaa1e7e25568bd8dfa97 (patch) | |
| tree | 66f77ac826b9fe56c10aea71775b4f805c250c98 /gnu | |
| parent | b3beeaa30981e49070ff28434b69aa234069bd2d (diff) | |
gnu: emacs-s: Do not use full-fledged Emacs to run tests.
* gnu/packages/emacs-xyz.scm (emacs-s)[arguments]: Use emacs-minimal.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/emacs-xyz.scm | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 2eef75925a..3e4c8b38bc 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -4700,7 +4700,6 @@ which is restored where possible when the file is loaded again.")      (build-system emacs-build-system)      (arguments       `(#:tests? #t -       #:emacs ,emacs                   ; FIXME: tests fail with emacs-minimal         #:test-command '("./run-tests.sh")))      (home-page "https://github.com/magnars/s.el")      (synopsis "Emacs string manipulation library") | 
