guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: git-repo: Unconditionally return #T from "check" phase.


From: guix-commits
Subject: 02/04: gnu: git-repo: Unconditionally return #T from "check" phase.
Date: Thu, 24 Jan 2019 15:18:21 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 562a0776839128eb1103a0cecc6563c443262945
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Jan 24 20:45:00 2019 +0100

    gnu: git-repo: Unconditionally return #T from "check" phase.
    
    * gnu/packages/android.scm (git-repo)[arguments]: Use INVOKE.
---
 gnu/packages/android.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/android.scm b/gnu/packages/android.scm
index d5a60cb..17bf428 100644
--- a/gnu/packages/android.scm
+++ b/gnu/packages/android.scm
@@ -759,7 +759,7 @@ def _FindRepo():
          (delete 'build) ; nothing to build
          (replace 'check
            (lambda _
-             (zero? (system* "python" "-m" "nose"))))
+             (invoke "python" "-m" "nose")))
          (replace 'install
            (lambda* (#:key outputs #:allow-other-keys)
              (let* ((out (assoc-ref outputs "out"))



reply via email to

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