Run accessibility tests always with CSD

This avoids differences in the output that are caused
by the presence or absence of the header bar.
This commit is contained in:
Matthias Clasen 2016-03-05 10:38:23 -05:00
parent 499c20d85f
commit 6ce3c78b7a

View File

@ -1,4 +1,4 @@
[Test]
Exec=/bin/sh -c "env G_ENABLE_DIAGNOSTIC=0 @libexecdir@/installed-tests/gtk+/accessibility-dump -k --verbose --directory @libexecdir@/installed-tests/gtk+/a11ytests"
Exec=/bin/sh -c "env G_ENABLE_DIAGNOSTIC=0 GTK_CSD=1 @libexecdir@/installed-tests/gtk+/accessibility-dump -k --verbose --directory @libexecdir@/installed-tests/gtk+/a11ytests"
Type=session