guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: python-numpy-bootstrap: Make tests verbose.


From: Federico Beffa
Subject: 01/01: gnu: python-numpy-bootstrap: Make tests verbose.
Date: Sat, 13 Dec 2014 08:44:41 +0000

beffa pushed a commit to branch master
in repository guix.

commit c1125a04bbd2c63ab25437c229cd3b6646c0bddb
Author: Federico Beffa <address@hidden>
Date:   Sat Dec 13 09:40:17 2014 +0100

    gnu: python-numpy-bootstrap: Make tests verbose.
    
    * gnu/packages/python.scm (python-numpy-bootstrap): Make tests verbose to
      allow test failure debugging on hydra.
---
 gnu/packages/python.scm |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 67effe7..dc7def5 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -1934,7 +1934,8 @@ writing C extensions for Python as easy as Python 
itself.")
          'install 'check
          (lambda _ 
            (with-directory-excursion "/tmp"
-             (zero? (system* "python" "-c" "import numpy; numpy.test()"))))
+             (zero? (system* "python" "-c" 
+                             "import numpy; numpy.test(verbose=2)"))))
          (alist-delete 
           'check 
           %standard-phases)))))



reply via email to

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