[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-org-super-agenda: Disable failing test
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-org-super-agenda: Disable failing test. |
Date: |
Thu, 20 May 2021 17:37:47 -0400 |
This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new cf95957 gnu: emacs-org-super-agenda: Disable failing test.
cf95957 is described below
commit cf95957985fe0a3d7213aebcf02549e8ec9a30ce
Author: Xinglu Chen <public@yoctocell.xyz>
AuthorDate: Thu May 20 22:25:15 2021 +0200
gnu: emacs-org-super-agenda: Disable failing test.
* gnu/packages/emacs-xyz.scm (emacs-org-super-agenda)[arguments]<#:phases>:
Disable the “org-super-agenda-test--:auto-tags” test. The test failure was
caused by commit 71045f4e6425a686667cf30252a2a71cff36308b.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index a1ac38a..3b261bf 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -16166,10 +16166,10 @@ as well as functions for navigating between these
headings.")
(emacs-substitute-variables "test/test.el"
("org-super-agenda-test-results-file"
(string-append (getcwd) "/test/results.el")))
- ;; The following test fail (see:
+ ;; The following tests fail (see:
;; https://github.com/alphapapa/org-super-agenda/issues/183).
(substitute* "test/test.el"
- ((".*org-super-agenda-test--:auto-map.*" all)
+ ((".*org-super-agenda-test--:auto-(map|tags).*" all)
(string-append all " (skip-unless nil)\n")))
#t)))))
(native-inputs
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-org-super-agenda: Disable failing test.,
guix-commits <=