gnu: diffoscope: Increase test verbosity.
* gnu/packages/diffoscope.scm (diffoscope)[phases]: Replace 'check. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
d95ed91f38
commit
4dec6e9fb7
@ -139,6 +139,11 @@
|
||||
(lambda _
|
||||
;; This requires /sbin to be in $PATH.
|
||||
(delete-file "tests/test_tools.py")))
|
||||
(replace 'check
|
||||
(lambda* (#:key tests? #:allow-other-keys)
|
||||
(when tests?
|
||||
;; Increase verbosity of tests and provide a summary
|
||||
(invoke "pytest" "-vv" "-r" "sxX"))))
|
||||
(add-after 'install 'install-man-page
|
||||
(lambda* (#:key outputs #:allow-other-keys)
|
||||
(let* ((out (assoc-ref outputs "out"))
|
||||
|
Loading…
Reference in New Issue
Block a user