guix-commits
[Top][All Lists]
Advanced

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

05/23: gnu: stgit: Return #t from phases.


From: Tobias Geerinckx-Rice
Subject: 05/23: gnu: stgit: Return #t from phases.
Date: Wed, 27 Jun 2018 07:01:50 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit a83d0c57b9701f98b085cbab49389243de73fa4a
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Jun 26 16:16:46 2018 +0200

    gnu: stgit: Return #t from phases.
    
    * gnu/packages/version-control.scm (stgit)[arguments]: Substitute INVOKE
    for SYSTEM*.
---
 gnu/packages/version-control.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 342b532..c2c5a64 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -912,7 +912,7 @@ lot easier.")
              ;; two tests will fail -> disable them. TODO: fix the failing 
tests
              (delete-file "t/t3300-edit.sh")
              (delete-file "t/t7504-commit-msg-hook.sh")
-             (zero? (system* "make" "test")))))))
+             (invoke "make" "test"))))))
     (home-page "http://procode.org/stgit/";)
     (synopsis "Stacked Git")
     (description



reply via email to

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