guix-commits
[Top][All Lists]
Advanced

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

branch master updated: build-system/emacs: Allow usage of #:parallel-tes


From: guix-commits
Subject: branch master updated: build-system/emacs: Allow usage of #:parallel-tests? key
Date: Sun, 09 Aug 2020 16:14:02 -0400

This is an automated email from the git hooks/post-receive script.

niedzejkob pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new d98e0a2  build-system/emacs: Allow usage of #:parallel-tests? key
d98e0a2 is described below

commit d98e0a27a7c5e34837fff4edd42a641828070213
Author: Morgan Smith <Morgan.J.Smith@outlook.com>
AuthorDate: Sun Aug 2 14:26:52 2020 -0400

    build-system/emacs: Allow usage of #:parallel-tests? key
    
    * guix/build-system/emacs.scm (emacs-build): Pass parallel-tests? to
      builder.
    
    Signed-off-by: Jakub Kądziołka <kuba@kadziolka.net>
---
 guix/build-system/emacs.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/guix/build-system/emacs.scm b/guix/build-system/emacs.scm
index ef6d1b3..ac05ff4 100644
--- a/guix/build-system/emacs.scm
+++ b/guix/build-system/emacs.scm
@@ -1,5 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2015 Federico Beffa <beffa@fbengineering.ch>
+;;; Copyright © 2020 Morgan Smith <Morgan.J.Smith@outlook.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -112,6 +113,7 @@
                     #:system ,system
                     #:test-command ,test-command
                     #:tests? ,tests?
+                    #:parallel-tests? ,parallel-tests?
                     #:phases ,phases
                     #:outputs %outputs
                     #:include ,include



reply via email to

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