[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
82/201: gnu: curl: Honor #:tests?.
From: |
guix-commits |
Subject: |
82/201: gnu: curl: Honor #:tests?. |
Date: |
Mon, 1 Nov 2021 23:18:42 -0400 (EDT) |
apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit 68a375d48faaf9c69e6bdf75f48401a09f60fbc2
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,
- 62/201: gnu: gst-plugins-good: Update to 1.18.5., (continued)
- 62/201: gnu: gst-plugins-good: Update to 1.18.5., guix-commits, 2021/11/01
- 19/201: gnu: gstreamer: Update to 1.18.4., guix-commits, 2021/11/01
- 28/201: gnu: python-pygobject: Update to 3.40.1., guix-commits, 2021/11/01
- 41/201: gnu: gst-plugins-base: Update to 1.19.2., guix-commits, 2021/11/01
- 51/201: gnu: pulseaudio: Update to 15.0., guix-commits, 2021/11/01
- 52/201: Revert commits made to resolve a gdk-pixbuf+svg propagation issue., guix-commits, 2021/11/01
- 63/201: gnu: gst-plugins-bad: Update to 1.18.5., guix-commits, 2021/11/01
- 69/201: gnu: tensorflow: Enable parallel build (at least partially)., guix-commits, 2021/11/01
- 76/201: gnu: glibc: Look for the current timezone in /etc/localtime., guix-commits, 2021/11/01
- 78/201: gnu: gtk+-2: Fix ‘builder’ test., guix-commits, 2021/11/01
- 82/201: gnu: curl: Honor #:tests?.,
guix-commits <=
- 90/201: gnu: glade3: Remove sitecustomize.py workaround., guix-commits, 2021/11/01
- 87/201: gnu: gdb: Normalize indentation., guix-commits, 2021/11/01
- 96/201: gnu: python-pypa-build: Update to 0.7.0., guix-commits, 2021/11/01
- 24/201: gnu: gst-libav: Update to 1.18.4., guix-commits, 2021/11/01
- 20/201: gnu: gst-plugins-base: Update to 1.18.4., guix-commits, 2021/11/01
- 23/201: gnu: gst-plugins-ugly: Update to 1.18.4., guix-commits, 2021/11/01
- 27/201: gnu: gst-editing-services: Update to 1.18.4., guix-commits, 2021/11/01
- 29/201: gnu: e2fsprogs: Update to 1.46.2., guix-commits, 2021/11/01
- 30/201: gnu: farstream: Enable tests., guix-commits, 2021/11/01
- 31/201: gnu: libevdev: Update to 1.11.0., guix-commits, 2021/11/01