[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
82/136: gnu: curl: Honor #:tests?.
From: |
guix-commits |
Subject: |
82/136: gnu: curl: Honor #:tests?. |
Date: |
Sun, 17 Oct 2021 05:16:10 -0400 (EDT) |
apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit 49691d9fc56ec2837d36b258a758df9d977b87fb
Author: Sarah Morgensen <iskarian@mgsn.dev>
AuthorDate: Sun Sep 19 11:46:52 2021 -0700
gnu: curl: Honor #:tests?.
* gnu/packages/curl.scm (curl)[phases]{check}: Honor #:tests?.
---
gnu/packages/curl.scm | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/curl.scm b/gnu/packages/curl.scm
index 063a919..4c90c7b 100644
--- a/gnu/packages/curl.scm
+++ b/gnu/packages/curl.scm
@@ -124,16 +124,16 @@
(rename-file (string-append out "/share/man/man3")
(string-append doc "/share/man/man3"))
#t)))
- (replace
- 'check
- (lambda _
- (substitute* "tests/runtests.pl"
- (("/bin/sh") (which "sh")))
+ (replace 'check
+ (lambda* (#:key tests? #:allow-other-keys)
+ (substitute* "tests/runtests.pl"
+ (("/bin/sh") (which "sh")))
- ;; The top-level "make check" does "make -C tests quiet-test", which
- ;; is too quiet. Use the "test" target instead, which is more
- ;; verbose.
- (invoke "make" "-C" "tests" "test"))))))
+ (when tests?
+ ;; The top-level "make check" does "make -C tests quiet-test",
which
+ ;; is too quiet. Use the "test" target instead, which is more
+ ;; verbose.
+ (invoke "make" "-C" "tests" "test")))))))
(synopsis "Command line tool for transferring data with URL syntax")
(description
"curl is a command line tool for transferring data with URL syntax,
- 74/136: gnu: python-keras: Skip a flaky test., (continued)
- 74/136: gnu: python-keras: Skip a flaky test., guix-commits, 2021/10/17
- 62/136: gnu: gst-plugins-good: Update to 1.18.5., guix-commits, 2021/10/17
- 79/136: gnu: diffutils: Fix signal processing., guix-commits, 2021/10/17
- 57/136: gnu: Add a missing copyright., guix-commits, 2021/10/17
- 58/136: gnu: polkit: Update to 0.120 and ungraft., guix-commits, 2021/10/17
- 45/136: gnu: gst-plugins-ugly: Update to 1.19.2., guix-commits, 2021/10/17
- 55/136: gnu: abseil-cpp: Update to 20210324.2., guix-commits, 2021/10/17
- 71/136: gnu: dbus-c++: Fix build., guix-commits, 2021/10/17
- 73/136: bluez: Update to 5.61., guix-commits, 2021/10/17
- 77/136: gnu: tzdata: Update to 2021c., guix-commits, 2021/10/17
- 82/136: gnu: curl: Honor #:tests?.,
guix-commits <=
- 86/136: gnu: gdb: Patch references to /bin/sh and add debug output., guix-commits, 2021/10/17
- 87/136: gnu: gdb: Normalize indentation., guix-commits, 2021/10/17
- 89/136: aux-files: sitecustomize: Cleanup and add explanatory comments., guix-commits, 2021/10/17
- 92/136: gnu: rust: Add rust 1.54 and move all non-bootstrapping logic to it., guix-commits, 2021/10/17
- 94/136: gnu: fontconfig: Add a search path for XDG_DATA_DIRS., guix-commits, 2021/10/17
- 95/136: gnu: Move a few Python packages to (gnu packages python-build)., guix-commits, 2021/10/17
- 64/136: gnu: gst-plugins-ugly: Update to 1.18.5., guix-commits, 2021/10/17
- 70/136: gnu: python-keras: Enable parallel tests., guix-commits, 2021/10/17
- 98/136: gnu: Add python-tomli., guix-commits, 2021/10/17
- 111/136: gnu: colord-minimal: Introduce minimal variant., guix-commits, 2021/10/17