mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-14 19:55:12 +01: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:
parent
3d7fcc23c1
commit
c12538a9c0
@ -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; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user