guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: emacs-ivy: Simplify #:test-command.


From: guix-commits
Subject: 02/03: gnu: emacs-ivy: Simplify #:test-command.
Date: Fri, 20 Sep 2019 12:07:11 -0400 (EDT)

leungbk pushed a commit to branch master
in repository guix.

commit 90fc79d8bf86ab6f49cb0cc01b74b6d0ea908874
Author: Brian Leung <address@hidden>
Date:   Fri Sep 20 17:35:22 2019 +0200

    gnu: emacs-ivy: Simplify #:test-command.
    
    * gnu/packages/emacs-xyz.scm (emacs-ivy): Simplify #:test-command.
---
 gnu/packages/emacs-xyz.scm | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index c9fa6be..d006a45 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -5060,9 +5060,7 @@ automatically.")
              (lambda _
                (delete-file-recursively ".git"))))
          #:tests? #t
-         #:test-command '("emacs" "--batch"
-                          "-l" "ivy-test.el"
-                          "-f" "ivy-test-run-tests")))
+         #:test-command '("make" "test")))
       (propagated-inputs
        `(("emacs-hydra" ,emacs-hydra)))
       (native-inputs



reply via email to

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