[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/07: gnu: monero: Make tests more verbose.
From: |
guix-commits |
Subject: |
01/07: gnu: monero: Make tests more verbose. |
Date: |
Mon, 15 Jul 2019 06:48:58 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit cb45aad9b06ebc2b8f8b9f8786007d746f7d2ee1
Author: Guillaume Le Vaillant <address@hidden>
Date: Sun Jul 14 17:37:19 2019 +0200
gnu: monero: Make tests more verbose.
Increase the verbosity of the 'check' phase to prevent 'core_tests' from
hitting 'max-silent-timeout'.
* gnu/packages/finance.scm (monero)[arguments]: Add '--verbose' option to
'check' phase.
Signed-off-by: Ludovic Courtès <address@hidden>
---
gnu/packages/finance.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 918ba00..977ac9c 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -509,7 +509,7 @@ other machines/servers. Electroncash does not download the
Bitcoin Cash blockch
;; Only try tests that don't need access to network or system
(replace 'check
(lambda _
- (invoke "make" "ARGS=-R 'hash|core_tests'" "test")))
+ (invoke "make" "ARGS=-R 'hash|core_tests' --verbose" "test")))
(add-after 'check 'unit-tests
(lambda _
(let ((excluded-unit-tests
- branch master updated (886986b -> fb8b99a), guix-commits, 2019/07/15
- 01/07: gnu: monero: Make tests more verbose.,
guix-commits <=
- 02/07: doc: Generalize build procedures of HTML indexes., guix-commits, 2019/07/15
- 04/07: gnu: python-aiorpcx: Update to 0.18.3, guix-commits, 2019/07/15
- 05/07: gnu: python-aiohttp: Update to 3.5.4, guix-commits, 2019/07/15
- 06/07: gnu: python-aiorpcx: capitalize description, guix-commits, 2019/07/15
- 03/07: doc: Build a top-level index of the manuals., guix-commits, 2019/07/15
- 07/07: doc: note how to install git send-email, guix-commits, 2019/07/15