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 <ludo@gnu.org>
This commit is contained in:
parent
886986b744
commit
cb45aad9b0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue