guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/06: gnu: qemu: Build verbosely.


From: guix-commits
Subject: 01/06: gnu: qemu: Build verbosely.
Date: Mon, 29 Apr 2019 15:15:19 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit a1570c89fe6c79ea8f7e0b933cbce1fd501dff6f
Author: Marius Bakke <address@hidden>
Date:   Wed Apr 24 17:14:59 2019 +0200

    gnu: qemu: Build verbosely.
    
    * gnu/packages/virtualization.scm (qemu)[arguments]: Remove phase
    'make-gtester-verbose' in favor of #:make-flags.
---
 gnu/packages/virtualization.scm | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm
index dd4ef30..8783949 100644
--- a/gnu/packages/virtualization.scm
+++ b/gnu/packages/virtualization.scm
@@ -126,6 +126,8 @@
                                               (assoc-ref %outputs "out")
                                               "/libexec/samba-wrapper")
                                "--audio-drv-list=alsa,pa,sdl")
+       ;; Make build and test output verbose to facilitate investigation upon 
failure.
+       #:make-flags '("V=1")
        #:phases
        (modify-phases %standard-phases
          (replace 'configure
@@ -177,10 +179,6 @@ exec smbd $@")))
                (chmod "samba-wrapper" #o755)
                (install-file "samba-wrapper" libexec))
              #t))
-         (add-before 'check 'make-gtester-verbose
-           (lambda _
-             ;; Make GTester verbose to facilitate investigation upon failure.
-             (setenv "V" "1") #t))
          (add-before 'check 'disable-test-qga
            (lambda _
              (substitute* "tests/Makefile.include"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]