mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: python-numpy-bootstrap: Make tests verbose.
* gnu/packages/python.scm (python-numpy-bootstrap): Make tests verbose to allow test failure debugging on hydra.
This commit is contained in:
parent
aba42c98b3
commit
c1125a04bb
1 changed files with 2 additions and 1 deletions
|
@ -1934,7 +1934,8 @@ (define python-numpy-bootstrap
|
||||||
'install 'check
|
'install 'check
|
||||||
(lambda _
|
(lambda _
|
||||||
(with-directory-excursion "/tmp"
|
(with-directory-excursion "/tmp"
|
||||||
(zero? (system* "python" "-c" "import numpy; numpy.test()"))))
|
(zero? (system* "python" "-c"
|
||||||
|
"import numpy; numpy.test(verbose=2)"))))
|
||||||
(alist-delete
|
(alist-delete
|
||||||
'check
|
'check
|
||||||
%standard-phases)))))
|
%standard-phases)))))
|
||||||
|
|
Loading…
Reference in a new issue