GNU bug report logs -
#78095
[PATCH emacs-team 00/28] More emacs-team updates.
Previous Next
Reported by: Nicolas Graves <ngraves <at> ngraves.fr>
Date: Sun, 27 Apr 2025 14:51:02 UTC
Severity: normal
Tags: patch
Done: Nicolas Graves <ngraves <at> ngraves.fr>
Bug is archived. No further changes may be made.
Full log
Message #74 received at 78095 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/statistics.scm (emacs-poly-r): Fix tests.
[arguments]<test-commands>: Set it.
---
gnu/packages/statistics.scm | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index dcbc341158..80b87ae25f 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -3006,6 +3006,10 @@ (define-public emacs-poly-r
(sha256
(base32 "0a4wx73jkngw5nbq1fa4jfhba6bsmyn6vnsf887x3xhb5v3ykhsg"))))
(build-system emacs-build-system)
+ (arguments
+ (list #:test-command
+ #~(list "emacs" "-Q" "-batch" "--load" "targets/melpa-init.el"
+ "--load" "targets/test.el")))
(propagated-inputs
(list emacs-ess emacs-poly-noweb emacs-polymode-markdown
emacs-polymode))
--
2.49.0
This bug report was last modified 14 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.