[glib] gio/tests: Disable desktop-app-info test in installed mode for now



commit c12538a9c0693d9204bee0ef43dc505a52c55ba2
Author: Colin Walters <walters verbum org>
Date:   Tue May 21 00:02:39 2013 +0100

    gio/tests: Disable desktop-app-info test in installed mode for now
    
    It wants a writable copy of the applications, and appears to
    depend on a prior execution of "mimeapps".  This will take
    a bit of work to untangle.

 gio/tests/Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/gio/tests/Makefile.am b/gio/tests/Makefile.am
index 4525f69..6838e3d 100644
--- a/gio/tests/Makefile.am
+++ b/gio/tests/Makefile.am
@@ -521,7 +521,8 @@ testdatadir = $(insttestdir)
 testdata_DATA = $(test_files)
 
 testmetadir = $(datadir)/installed-tests/$(PACKAGE)
-testmeta_DATA = $(test_progs:=.test)
+xfail_tests = desktop-app-info.test
+testmeta_DATA = $(filter-out $(xfail_tests),$(test_progs:=.test))
 
 %.test: % Makefile
        $(AM_V_GEN) (echo '[Test]' > $  tmp; \


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