diff mbox series

[bug#42679] guix: emacs-build-system: Allow usage of #:parallel-tests? key

Message ID DM5PR1001MB2105DF4A54F770BCCE763AC2C54C0@DM5PR1001MB2105.namprd10.prod.outlook.com
State Accepted
Headers show
Series [bug#42679] guix: emacs-build-system: Allow usage of #:parallel-tests? key | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch success View Laminar job

Commit Message

Morgan Smith Aug. 2, 2020, 6:26 p.m. UTC
From: Morgan Smith <Morgan.J.Smith@outlook.com>

---
 guix/build-system/emacs.scm | 1 +
 1 file changed, 1 insertion(+)

Comments

Maja Kądziołka Aug. 9, 2020, 8:16 p.m. UTC | #1
On Sun, Aug 02, 2020 at 02:26:52PM -0400, Morgan.J.Smith@outlook.com wrote:
> From: Morgan Smith <Morgan.J.Smith@outlook.com>
> 
> ---
>  guix/build-system/emacs.scm | 1 +
>  1 file changed, 1 insertion(+)

Thanks for your patch! I added a copyright line for you and pushed it to
master, with some minor changes to the commit message:

commit d98e0a27a7c5e34837fff4edd42a641828070213 (HEAD -> master, upstream/master)
Author: Morgan Smith <Morgan.J.Smith@outlook.com>
Date:   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>
diff mbox series

Patch

diff --git a/guix/build-system/emacs.scm b/guix/build-system/emacs.scm
index ef6d1b3397..83211c8ab6 100644
--- a/guix/build-system/emacs.scm
+++ b/guix/build-system/emacs.scm
@@ -112,6 +112,7 @@ 
                     #:system ,system
                     #:test-command ,test-command
                     #:tests? ,tests?
+                    #:parallel-tests? ,parallel-tests?
                     #:phases ,phases
                     #:outputs %outputs
                     #:include ,include