From 5f2aa7fb5e588c589742aeacec391d0787a4cf3d Mon Sep 17 00:00:00 2001 From: Philip Chimento Date: Tue, 29 Aug 2017 18:12:51 -0700 Subject: test: Don't connect to accessibility Run tests with NO_AT_BRIDGE=1 so that they don't fail when there is no accessibility service. https://phabricator.endlessm.com/T18981 --- test/Makefile.am.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'test/Makefile.am.inc') diff --git a/test/Makefile.am.inc b/test/Makefile.am.inc index 970f517..f4b1c6a 100644 --- a/test/Makefile.am.inc +++ b/test/Makefile.am.inc @@ -87,6 +87,7 @@ CLEANFILES += stderr.log # directory with junk from the tests TESTS_ENVIRONMENT = \ export EOS_DISABLE_METRICS=1; \ + export NO_AT_BRIDGE=1; \ export GI_TYPELIB_PATH="$(top_builddir)$${GI_TYPELIB_PATH:+:$$GI_TYPELIB_PATH}"; \ export LD_LIBRARY_PATH="$(top_builddir)/.libs$${LD_LIBRARY_PATH:+:$$LD_LIBRARY_PATH}"; \ export XDG_CONFIG_HOME=`mktemp -d $${TMPDIR:-/tmp}/sdktestconfig.XXXXXXXX`; \ -- cgit v1.2.3