3
5
Fork 0
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:
Tobias Geerinckx-Rice 2018-06-26 16:16:46 +02:00
parent 0eb21fbaf7
commit a83d0c57b9
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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