diff options
author | Matthias Clasen <mclasen@redhat.com> | 2011-11-21 13:05:47 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2011-11-21 13:05:47 -0500 |
commit | 7e8b7a72acc9c623afe5f3eb2905cebb4b96b5d0 (patch) | |
tree | 54d6e787504396af875c2fe6d3f6de9f1a72bbf8 /tests | |
parent | 9275b87b6a3a0616b782b10c77ef12458185a869 (diff) | |
download | gtk+-7e8b7a72acc9c623afe5f3eb2905cebb4b96b5d0.tar.gz |
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.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/a11y/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/a11y/Makefile.am b/tests/a11y/Makefile.am index 6bc6267cad..6faf9d718e 100644 --- a/tests/a11y/Makefile.am +++ b/tests/a11y/Makefile.am @@ -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 |