gnu: python-rarfile: Use INVOKE.
authorRicardo Wurmus <rekado@elephly.net>
Wed, 23 Jan 2019 16:20:41 +0000 (17:20 +0100)
committerRicardo Wurmus <rekado@elephly.net>
Wed, 23 Jan 2019 17:13:30 +0000 (18:13 +0100)
* gnu/packages/python-xyz.scm (python-rarfile)[arguments]: Unconditionally
return #T from "check" phase.

gnu/packages/python-xyz.scm

index eaf1955..c5f7567 100644 (file)
@@ -8489,7 +8489,7 @@ module, adding support for Unicode strings.")
        (modify-phases %standard-phases
          (replace 'check
            ;; Many tests fail, but the installation proceeds.
-           (lambda _ (zero? (system* "make" "-C" "test" "test")))))))
+           (lambda _ (invoke "make" "-C" "test" "test"))))))
     (native-inputs
      `(("which" ,which))) ; required for tests
     (propagated-inputs