guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/13: gnu: remind: Run tests.


From: guix-commits
Subject: 09/13: gnu: remind: Run tests.
Date: Thu, 6 May 2021 18:17:42 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 07f0ebda1a93a762fa483b1e5476c597de82fe5a
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu May 6 22:23:20 2021 +0200

    gnu: remind: Run tests.
    
    ‘No "check" target’ != ‘no tests’.
    
    * gnu/packages/calendar.scm (remind)[arguments]: Run tests.
---
 gnu/packages/calendar.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/calendar.scm b/gnu/packages/calendar.scm
index 2cc78ae..d74c8ac 100644
--- a/gnu/packages/calendar.scm
+++ b/gnu/packages/calendar.scm
@@ -240,7 +240,7 @@ able to synchronize with CalDAV servers through 
vdirsyncer.")
         (base32 "0nszv62gqyclsvsygqj4b1c5h40rp66s5njgcf1h7iy9f00hr6ln"))))
     (build-system gnu-build-system)
     (arguments
-     '(#:tests? #f))                    ; no "check" target
+     '(#:test-target "test"))
     (home-page "https://dianne.skoll.ca/projects/remind/";)
     (synopsis "Sophisticated calendar and alarm program")
     (description



reply via email to

[Prev in Thread] Current Thread [Next in Thread]