mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: emacs-ess: Fix build.
* gnu/packages/statistics.scm (emacs-ess)[arguments]<#:phases>: Fix test file lists for skipped tests. Change-Id: I0ef581080811535dbf32118c3ed37f91e9f58cfe
This commit is contained in:
parent
650b9021a1
commit
3c1f25fc7b
1 changed files with 2 additions and 1 deletions
|
@ -6828,7 +6828,8 @@ (define-public emacs-ess
|
|||
(string-append all "(skip-unless nil)\n"))
|
||||
...)))))
|
||||
(disable-tests (list "test/ess-test-inf.el"
|
||||
"test/ess-test-r.el")
|
||||
"test/ess-test-r.el"
|
||||
"test/ess-test-r-eval.el")
|
||||
("ess--derive-connection-path"
|
||||
"ess-eval-line-test"
|
||||
"ess-eval-region-test"
|
||||
|
|
Loading…
Reference in a new issue