mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-23 21:17:11 -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))
|
||||
(find-files "." "\\.info$"))
|
||||
#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
|
||||
(lambda _
|
||||
(substitute* "tests/Makefile"
|
||||
|
|
Loading…
Reference in a new issue