Prevent local filesystem influence in the a11y tests
By using the 'unix' gio volume monitor, we avoid variation in the file chooser that otherwise breaks the 'pickers' test.
This commit is contained in:
parent
9275b87b6a
commit
7e8b7a72ac
@ -17,6 +17,10 @@ LDADD = \
|
||||
$(top_builddir)/gtk/libgtk-3.la \
|
||||
$(GTK_DEP_LIBS)
|
||||
|
||||
# work around random file systems showing up in the file chooser,
|
||||
# breaking the 'pickers' test
|
||||
TESTS_ENVIRONMENT = GIO_USE_VOLUME_MONITOR=unix
|
||||
|
||||
TEST_PROGS += accessibility-dump
|
||||
|
||||
TEST_PROGS += tree-performance
|
||||
|
Loading…
Reference in New Issue
Block a user