GNU bug report logs - #26342
[PATCH] gnu: emacs-elfeed: Enable tests.

Previous Next

Package: guix-patches;

Reported by: Arun Isaac <arunisaac <at> systemreboot.net>

Date: Sun, 2 Apr 2017 15:14:01 UTC

Severity: normal

Tags: patch

Done: Kei Kebreau <kei <at> openmailbox.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Arun Isaac <arunisaac <at> systemreboot.net>
Subject: bug#26342: closed (Re: bug#26342: [PATCH] gnu: emacs-elfeed:
 Enable tests.)
Date: Mon, 03 Apr 2017 03:13:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#26342: [PATCH] gnu: emacs-elfeed: Enable tests.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 26342 <at> debbugs.gnu.org.

-- 
26342: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=26342
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Kei Kebreau <kei <at> openmailbox.org>
To: 26342-done <at> debbugs.gnu.org
Subject: Re: bug#26342: [PATCH] gnu: emacs-elfeed: Enable tests.
Date: Sun, 02 Apr 2017 23:12:22 -0400
[Message part 3 (text/plain, inline)]
The patch was applied to the master branch.
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Arun Isaac <arunisaac <at> systemreboot.net>
To: guix-patches <at> gnu.org
Cc: Arun Isaac <arunisaac <at> systemreboot.net>
Subject: [PATCH] gnu: emacs-elfeed: Enable tests.
Date: Sun,  2 Apr 2017 20:42:35 +0530
* gnu/packages/emacs.scm (emacs-elfeed)[arguments]: Add a 'check' phase.
---
 gnu/packages/emacs.scm | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index cb2792f63..1091e562a 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -3100,6 +3100,15 @@ If you want to mark a folder manually as a project just create an empty
                (base32
                 "145glas04zd0s2rmnif46vhyijs4z03v871gfp1dcrwxvvvns8ap"))))
     (build-system emacs-build-system)
+    (arguments
+     `(#:phases
+       (modify-phases %standard-phases
+         (add-before 'install 'check
+           (lambda _
+             (zero? (system* "emacs" "--batch" "--eval" "(add-to-list 'load-path \".\")"
+                             "--eval" "(add-to-list 'load-path \"./tests\")"
+                             "-l" "tests/elfeed-tests.el"
+                             "-f" "ert-run-tests-batch-and-exit")))))))
     (home-page "https://github.com/skeeto/elfeed")
     (synopsis "Atom/RSS feed reader for Emacs")
     (description
-- 
2.11.0




This bug report was last modified 8 years and 53 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.