mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: stgit: Return #t from phases.
* gnu/packages/version-control.scm (stgit)[arguments]: Substitute INVOKE for SYSTEM*.
This commit is contained in:
parent
0eb21fbaf7
commit
a83d0c57b9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue