Disable a11y for the headless tests
Otherwise, we go off activating things and end up failing to launch systemd.
This commit is contained in:
@@ -4,14 +4,15 @@ builddir=$(pwd)/build
|
||||
|
||||
dbus-run-session sh <<EOF
|
||||
|
||||
# echo DBUS_SESSION_BUS_ADDRESS=\$DBUS_SESSION_BUS_ADDRESS
|
||||
# echo WAYLAND_DISPLAY=gtk-test
|
||||
#echo DBUS_SESSION_BUS_ADDRESS=\$DBUS_SESSION_BUS_ADDRESS
|
||||
#echo WAYLAND_DISPLAY=gtk-test
|
||||
|
||||
mutter --headless --virtual-monitor 1024x768 --no-x11 --wayland-display gtk-test >&mutter.log &
|
||||
pid=\$!
|
||||
|
||||
export WAYLAND_DISPLAY=gtk-test
|
||||
export GDK_BACKEND=wayland
|
||||
export GTK_A11Y=none
|
||||
#export WAYLAND_DEBUG=1
|
||||
|
||||
export GI_TYPELIB_PATH=$builddir/gtk:/usr/lib64/girepository-1.0
|
||||
|
||||
Reference in New Issue
Block a user