mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-27 18:02:12 +08:00
gnome-control-center: Set GTK_A11Y=none for test
I guess it's because dbusmock does not know how to mock the GTK a11y D-Bus service. See upstream issue #2300. Don't revert it for 43.4.1 update: test-network-panel still fails with 43.4.1 if this hack not used.
This commit is contained in:
parent
ba7d11765a
commit
9b8f21a3fd
@ -156,8 +156,11 @@ cd build &&
|
||||
meson --prefix=/usr --buildtype=release .. &&
|
||||
ninja</userinput></screen>
|
||||
|
||||
<!-- for GTK_A11Y=none see upstream issue #2300. The test still fails
|
||||
w/o it in 43.4.1. -->
|
||||
<para>
|
||||
To test the results, issue: <command>ninja test</command>. Note that
|
||||
To test the results, issue:
|
||||
<command>GTK_A11Y=none ninja test</command>. Note that
|
||||
you must have the <application>python-dbusmock</application> module
|
||||
installed in order for the tests to complete successfully.
|
||||
</para>
|
||||
|
Loading…
Reference in New Issue
Block a user