mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
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.
This commit is contained in:
@@ -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; \
|
||||
|
Reference in New Issue
Block a user