Suppress spurious accessibility bus errors in Travis CI builds
These errors don't matter, so just avoid them in the build logs by setting NO_AT_BRIDGE environment variable.
This commit is contained in:
committed by
Vadim Zeitlin
parent
b95a79d74e
commit
fe7230e19c
@@ -8,6 +8,10 @@ wxPROC_COUNT=`getconf _NPROCESSORS_ONLN`
|
|||||||
((wxPROC_COUNT++))
|
((wxPROC_COUNT++))
|
||||||
wxBUILD_ARGS="-j$wxPROC_COUNT"
|
wxBUILD_ARGS="-j$wxPROC_COUNT"
|
||||||
|
|
||||||
|
# Setting this variable suppresses "Error retrieving accessibility bus address"
|
||||||
|
# messages from WebKit tests that we're not interested in.
|
||||||
|
export NO_AT_BRIDGE=1
|
||||||
|
|
||||||
case $wxTOOLSET in
|
case $wxTOOLSET in
|
||||||
cmake)
|
cmake)
|
||||||
if [ -z $wxCMAKE_TESTS ]; then wxCMAKE_TESTS=CONSOLE_ONLY; fi
|
if [ -z $wxCMAKE_TESTS ]; then wxCMAKE_TESTS=CONSOLE_ONLY; fi
|
||||||
|
|||||||
Reference in New Issue
Block a user