diff options
| author | Morgan Smith <Morgan.J.Smith@outlook.com> | 2023-07-07 12:35:26 -0400 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2026-03-01 17:38:53 +0100 |
| commit | 8ea6b0e3ed6b6373b0a16f92562fdcd64a687c20 (patch) | |
| tree | 9ed817e4f3c9381b10c20e4634fc4b3eb85cb5b8 /gnu | |
| parent | 4b0ba1ec86edef80423e7ffe5ba9c2196961d416 (diff) | |
gnu: org-mode: Enable more tests.
* gnu/packages/emacs-xyz.scm (emacs-org)
[arguments] <#:phases>: Do not skip the tests
'test-org/org-encode-time' and 'test-org/org-time-string-to-time'.
[native-inputs]: Add 'tzdata'.
Change-Id: Ie5d619275f8ce72fbb85216aae46ac41aedaec04
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/emacs-xyz.scm | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 82a3b174276..b7554f7bfd1 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -21055,9 +21055,6 @@ federated blogging platform WriteFreely.") ;; XXX: Skip failing tests. (substitute* "testing/lisp/test-ob-shell.el" (("ob-shell/remote-with-stdin-or-cmdline .*" all) - (string-append all " (skip-unless nil)\n"))) - (substitute* "testing/lisp/test-org.el" - (("test-org/org-(encode-time|time-string-to-time) .*" all) (string-append all " (skip-unless nil)\n"))))) (replace 'build (lambda args @@ -21084,7 +21081,7 @@ federated blogging platform WriteFreely.") (string-append #$output "/share/doc/" #$name "-" #$version))))))) (native-inputs - (list texinfo)) + (list texinfo tzdata)) (home-page "https://orgmode.org/") (synopsis "Outline-based notes management and organizer") (description "Org is an Emacs mode for keeping notes, maintaining TODO |
