* [bug#42679] [PATCH] guix: emacs-build-system: Allow usage of #:parallel-tests? key
@ 2020-08-02 18:26 Morgan.J.Smith
2020-08-09 20:16 ` Jakub Kądziołka
0 siblings, 1 reply; 2+ messages in thread
From: Morgan.J.Smith @ 2020-08-02 18:26 UTC (permalink / raw)
To: 42679; +Cc: Morgan Smith
From: Morgan Smith <Morgan.J.Smith@outlook.com>
---
guix/build-system/emacs.scm | 1 +
1 file changed, 1 insertion(+)
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
--
2.28.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [bug#42679] [PATCH] guix: emacs-build-system: Allow usage of #:parallel-tests? key
2020-08-02 18:26 [bug#42679] [PATCH] guix: emacs-build-system: Allow usage of #:parallel-tests? key Morgan.J.Smith
@ 2020-08-09 20:16 ` Jakub Kądziołka
0 siblings, 0 replies; 2+ messages in thread
From: Jakub Kądziołka @ 2020-08-09 20:16 UTC (permalink / raw)
To: Morgan.J.Smith; +Cc: 42679
[-- Attachment #1: Type: text/plain, Size: 736 bytes --]
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>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-08-09 20:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-02 18:26 [bug#42679] [PATCH] guix: emacs-build-system: Allow usage of #:parallel-tests? key Morgan.J.Smith
2020-08-09 20:16 ` Jakub Kądziołka
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).