gnu: qemu: Make tests more verbose.

* gnu/packages/qemu.scm (qemu)[arguments]: Add 'make-gtester-verbose'
phase.
This commit is contained in:
Ludovic Courtès 2016-05-26 23:57:15 +02:00
parent 8489d79d1b
commit de3bbf6543
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 4 additions and 0 deletions

View File

@ -105,6 +105,10 @@
(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"