guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]