guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/66: gnu: curl: Use invoke.


From: Mark H. Weaver
Subject: 04/66: gnu: curl: Use invoke.
Date: Fri, 23 Mar 2018 04:46:38 -0400 (EDT)

mhw pushed a commit to branch core-updates
in repository guix.

commit fac441b365f998fc72208ef07612dc22d545020d
Author: Mark H Weaver <address@hidden>
Date:   Fri Mar 23 01:50:19 2018 -0400

    gnu: curl: Use invoke.
    
    * gnu/packages/curl.scm (curl)[arguments]: Use invoke in the check phase.
---
 gnu/packages/curl.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/curl.scm b/gnu/packages/curl.scm
index bc35714..5c8baa6 100644
--- a/gnu/packages/curl.scm
+++ b/gnu/packages/curl.scm
@@ -124,7 +124,7 @@
            ;; The top-level "make check" does "make -C tests quiet-test", which
            ;; is too quiet.  Use the "test" target instead, which is more
            ;; verbose.
-           (zero? (system* "make" "-C" "tests" "test")))))))
+           (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,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]