gnu: python-numpy-bootstrap: Make tests verbose.
authorFederico Beffa <beffa@fbengineering.ch>
Sat, 13 Dec 2014 08:40:17 +0000 (09:40 +0100)
committerFederico Beffa <beffa@fbengineering.ch>
Sat, 13 Dec 2014 08:44:26 +0000 (09:44 +0100)
* gnu/packages/python.scm (python-numpy-bootstrap): Make tests verbose to
  allow test failure debugging on hydra.

gnu/packages/python.scm

index 67effe7..dc7def5 100644 (file)
@@ -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)))))