[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
82/227: gnu: curl: Honor #:tests?.
From: |
guix-commits |
Subject: |
82/227: gnu: curl: Honor #:tests?. |
Date: |
Thu, 11 Nov 2021 12:30:09 -0500 (EST) |
apteryx pushed a commit to branch core-updates-frozen
in repository guix.
commit 460d6aca0c9a8f8443d50e5a5cf2bf9841bcc559
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,
- 64/227: gnu: gst-plugins-ugly: Update to 1.18.5., (continued)
- 64/227: gnu: gst-plugins-ugly: Update to 1.18.5., guix-commits, 2021/11/11
- 65/227: gnu: gst-libav: Update to 1.18.5., guix-commits, 2021/11/11
- 67/227: gnu: python-gst: Update to 1.18.5., guix-commits, 2021/11/11
- 68/227: gnu: gstreamer-docs: Update to 1.18.5., guix-commits, 2021/11/11
- 74/227: gnu: python-keras: Skip a flaky test., guix-commits, 2021/11/11
- 76/227: gnu: glibc: Look for the current timezone in /etc/localtime., guix-commits, 2021/11/11
- 77/227: gnu: tzdata: Update to 2021e., guix-commits, 2021/11/11
- 79/227: gnu: diffutils: Fix signal processing., guix-commits, 2021/11/11
- 78/227: gnu: gtk+-2: Fix ‘builder’ test., guix-commits, 2021/11/11
- 81/227: build: qt-utils: Don't wrap .X-real files., guix-commits, 2021/11/11
- 82/227: gnu: curl: Honor #:tests?.,
guix-commits <=
- 83/227: gnu: gcc-5: Fix powerpc64le-linux build, guix-commits, 2021/11/11
- 86/227: gnu: gdb: Patch references to /bin/sh and add debug output., guix-commits, 2021/11/11
- 87/227: gnu: gdb: Normalize indentation., guix-commits, 2021/11/11
- 88/227: guix: packages: Fix repacking of plain tarballs., guix-commits, 2021/11/11
- 90/227: gnu: glade3: Remove sitecustomize.py workaround., guix-commits, 2021/11/11
- 91/227: gnu: rust: Bootstrap rust from 1.39.0 and optimize build time., guix-commits, 2021/11/11
- 92/227: gnu: rust: Add rust 1.54 and move all non-bootstrapping logic to it., guix-commits, 2021/11/11
- 94/227: gnu: fontconfig: Add a search path for XDG_DATA_DIRS., guix-commits, 2021/11/11
- 95/227: gnu: Move a few Python packages to (gnu packages python-build)., guix-commits, 2021/11/11
- 96/227: gnu: python-pypa-build: Update to 0.7.0., guix-commits, 2021/11/11