[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/11: gnu: monero: Return #t from phases.
From: |
Ludovic Courtès |
Subject: |
03/11: gnu: monero: Return #t from phases. |
Date: |
Mon, 16 Jul 2018 11:14:59 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 797445be47af389610541f9eb969537845d301d9
Author: Theodoros Foradis <address@hidden>
Date: Sun Jul 8 20:39:27 2018 +0300
gnu: monero: Return #t from phases.
* gnu/packages/finance.scm (monero)[arguments]: Substitute invoke for
system*.
Signed-off-by: Ludovic Courtès <address@hidden>
---
gnu/packages/finance.scm | 12 +++++-------
1 file changed, 5 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 333fe65..ccfb98c 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -430,9 +430,8 @@ other machines/servers. Electroncash does not download the
Bitcoin Cash blockch
#t))
(replace 'check
(lambda _
- (zero?
- (system* "make" "ARGS=-E 'unit_tests|libwallet_api_tests'"
- "test"))))
+ (invoke "make" "ARGS=-E 'unit_tests|libwallet_api_tests'"
+ "test")))
;; The excluded unit tests need network access
(add-after 'check 'unit-tests
(lambda _
@@ -445,10 +444,9 @@ other machines/servers. Electroncash does not download
the Bitcoin Cash blockch
"DNSResolver.DNSSECFailure"
"DNSResolver.GetTXTRecord")
":")))
- (zero?
- (system* "tests/unit_tests/unit_tests"
- (string-append "--gtest_filter=-"
- excluded-unit-tests))))))
+ (invoke "tests/unit_tests/unit_tests"
+ (string-append "--gtest_filter=-"
+ excluded-unit-tests)))))
(add-after 'install 'install-blockchain-import-export
(lambda* (#:key outputs #:allow-other-keys)
(let* ((out (assoc-ref outputs "out"))
- branch master updated (66b9c64 -> 8bbb79c), Ludovic Courtès, 2018/07/16
- 04/11: gnu: monero-core: Update to 0.12.2.0., Ludovic Courtès, 2018/07/16
- 03/11: gnu: monero: Return #t from phases.,
Ludovic Courtès <=
- 01/11: gnu: Add electron-cash., Ludovic Courtès, 2018/07/16
- 09/11: gnu: emacs-pulseaudio-control: Record the file name of 'pactl'., Ludovic Courtès, 2018/07/16
- 11/11: mailmap: Add a line for Pierre-Antoine., Ludovic Courtès, 2018/07/16
- 07/11: gnu: ecryptfs-utils: Patch hardcoded-paths., Ludovic Courtès, 2018/07/16
- 06/11: gnu: monero-core: Rename package to "monero-gui"., Ludovic Courtès, 2018/07/16
- 05/11: gnu: monero-core: Return #t from phases., Ludovic Courtès, 2018/07/16
- 02/11: gnu: monero: Update to 0.12.3.0., Ludovic Courtès, 2018/07/16
- 08/11: mailmap: Add another line for myself., Ludovic Courtès, 2018/07/16
- 10/11: gnu: emacs-bash-completion: Fix spelling of "Bash"., Ludovic Courtès, 2018/07/16