[gjs: 9/12] CI: Don't try to connect to accessibility bus in examples tests



commit 0b82834f66d2be63e280a7676e1a62e4a9067ba1
Author: Philip Chimento <philip endlessm com>
Date:   Thu Aug 15 12:24:38 2019 -0700

    CI: Don't try to connect to accessibility bus in examples tests
    
    These tests are basically running headless, so don't try to connect to
    the accessibility bus as it will fail.

 test/test-ci.sh | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/test/test-ci.sh b/test/test-ci.sh
index 673d7ad6..49618938 100755
--- a/test/test-ci.sh
+++ b/test/test-ci.sh
@@ -213,6 +213,7 @@ elif [[ $1 == "SH_CHECKS" ]]; then
     export LC_ALL=C.UTF-8
     export LANG=C.UTF-8
     export LANGUAGE=C.UTF-8
+    export NO_AT_BRIDGE=1
 
     installed-tests/scripts/testExamples.sh > scripts.log
     do_Check_Script_Errors


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]