guix-commits
[Top][All Lists]
Advanced

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

24/77: gnu: libproxy: Use INVOKE in check phase.


From: Ricardo Wurmus
Subject: 24/77: gnu: libproxy: Use INVOKE in check phase.
Date: Mon, 6 Aug 2018 14:29:18 -0400 (EDT)

rekado pushed a commit to branch wip-gnome-upgrades
in repository guix.

commit b496b0443884592762fbee9428230d00f3b7d65f
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Aug 5 16:02:05 2018 +0200

    gnu: libproxy: Use INVOKE in check phase.
    
    * gnu/packages/networking.scm (libproxy)[arguments]: Use INVOKE.
---
 gnu/packages/networking.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 26934fb..5d30d93 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -1055,8 +1055,7 @@ sockets in Perl.")
      `(#:phases
        (modify-phases %standard-phases
          (replace 'check
-                  (lambda _
-                    (zero? (system* "ctest" "-E" "url-test")))))))
+           (lambda _ (invoke "ctest" "-E" "url-test") #t)))))
     (synopsis "Library providing automatic proxy configuration management")
     (description "Libproxy handles the details of HTTP/HTTPS proxy
 configuration for applications across all scenarios.  Applications using



reply via email to

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