~ruther/guix-local

c1125a04bbd2c63ab25437c229cd3b6646c0bddb — Federico Beffa 11 years ago aba42c9
gnu: python-numpy-bootstrap: Make tests verbose.

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

M gnu/packages/python.scm
M gnu/packages/python.scm => gnu/packages/python.scm +2 -1
@@ 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)))))