mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: qemu: Make tests more verbose.
* gnu/packages/qemu.scm (qemu)[arguments]: Add 'make-gtester-verbose' phase.
This commit is contained in:
parent
8489d79d1b
commit
de3bbf6543
1 changed files with 4 additions and 0 deletions
|
@ -105,6 +105,10 @@ (define-public qemu
|
||||||
(install-file info infodir))
|
(install-file info infodir))
|
||||||
(find-files "." "\\.info$"))
|
(find-files "." "\\.info$"))
|
||||||
#t))))))
|
#t))))))
|
||||||
|
(add-before 'check 'make-gtester-verbose
|
||||||
|
(lambda _
|
||||||
|
;; Make GTester verbose to facilitate investigation upon failure.
|
||||||
|
(setenv "V" "1")))
|
||||||
(add-before 'check 'disable-test-qga
|
(add-before 'check 'disable-test-qga
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "tests/Makefile"
|
(substitute* "tests/Makefile"
|
||||||
|
|
Loading…
Reference in a new issue