guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: at-spi2-core: Fix test failure.


From: ???
Subject: 01/03: gnu: at-spi2-core: Fix test failure.
Date: Fri, 16 Oct 2015 14:21:57 +0000

iyzsong pushed a commit to branch dbus-update
in repository guix.

commit 37fe56cff6d6de24914f724e45e522d8c6eb7a67
Author: 宋文武 <address@hidden>
Date:   Fri Oct 16 21:07:48 2015 +0800

    gnu: at-spi2-core: Fix test failure.
    
    * gnu/packages/gtk.scm (at-spi2-core)[arguments]: Run test with
      'DBUS_FATAL_WARNINGS=0'.
---
 gnu/packages/gtk.scm |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index e7ad56e..078f0e7 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -402,6 +402,8 @@ in the GNOME project.")
         (replace 'check
                  ;; Run test-suite under a dbus session.
                  (lambda _
+                   ;; Don't fail on missing  '/etc/machine-id'.
+                   (setenv "DBUS_FATAL_WARNINGS" "0")
                    (zero? (system* "dbus-launch" "make" "check")))))))
    (propagated-inputs
     ;; atspi-2.pc refers to all these.



reply via email to

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