me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/python.scm (python-numpy-bootstrap): Make tests verbose to
  allow test failure debugging on hydra.
master
Federico Beffa 2014-12-13 09:40:17 +01:00
parent aba42c98b3
commit c1125a04bb
1 changed files with 2 additions and 1 deletions

View 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)))))