[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/14: gnu: snap-aligner: Run tests conditionally.
From: |
guix-commits |
Subject: |
03/14: gnu: snap-aligner: Run tests conditionally. |
Date: |
Wed, 8 Dec 2021 08:33:39 -0500 (EST) |
rekado pushed a commit to branch core-updates-frozen
in repository guix.
commit 7c58677a290eecd894a1c1e97cd585c2c0f8d7c6
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Dec 8 12:20:09 2021 +0100
gnu: snap-aligner: Run tests conditionally.
* gnu/packages/bioinformatics.scm (snap-aligner)[arguments]: Respect TESTS?
option.
---
gnu/packages/bioinformatics.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index d8fb302..b2dbe9b 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7189,7 +7189,9 @@ optionally compressed by gzip.")
'(#:phases
(modify-phases %standard-phases
(delete 'configure)
- (replace 'check (lambda _ (invoke "./unit_tests") #t))
+ (replace 'check
+ (lambda* (#:key tests? #:allow-other-keys)
+ (when tests? (invoke "./unit_tests"))))
(replace 'install
(lambda* (#:key outputs #:allow-other-keys)
(let* ((out (assoc-ref outputs "out"))
- branch core-updates-frozen updated (ee03b51 -> c806005), guix-commits, 2021/12/08
- 04/14: gnu: snap-aligner: Remove trailing #T., guix-commits, 2021/12/08
- 02/14: gnu: khmer: Cythonize source files., guix-commits, 2021/12/08
- 05/14: gnu: snap-aligner: Update to 2.0.0., guix-commits, 2021/12/08
- 06/14: gnu: imp: Disable tests., guix-commits, 2021/12/08
- 01/14: gnu: cwltool: Update to 3.1.20211107152837., guix-commits, 2021/12/08
- 08/14: gnu: tbsp: Update to 1.0.0-2.dc30c03., guix-commits, 2021/12/08
- 03/14: gnu: snap-aligner: Run tests conditionally.,
guix-commits <=
- 07/14: gnu: mantis: Update to 0.1-2.b6979a2., guix-commits, 2021/12/08
- 09/14: gnu: discrover: Remove trailing #T., guix-commits, 2021/12/08
- 10/14: gnu: discrover: Add texlive-fonts-ec to inputs., guix-commits, 2021/12/08
- 14/14: gnu: ocaml-mcl: Add -fcommon to compiler flags., guix-commits, 2021/12/08
- 12/14: gnu: paml: Remove trailing #T., guix-commits, 2021/12/08
- 11/14: gnu: sambamba: Remove trailing #T., guix-commits, 2021/12/08
- 13/14: gnu: paml: Pass -fcommon to compiler., guix-commits, 2021/12/08