summaryrefslogtreecommitdiff
path: root/testsuite/a11y
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-08-08 22:15:02 +0200
committerMatthias Clasen <mclasen@redhat.com>2014-08-08 22:15:02 +0200
commitb7365c52c4399850b6b6fcf56f12adaae9037f34 (patch)
treeb21d0383a1675db61d2534535ac862e838109152 /testsuite/a11y
parent7ecf5c43e0786969eb1b392a9ee4f80e1e521bf1 (diff)
downloadgtk+-b7365c52c4399850b6b6fcf56f12adaae9037f34.tar.gz
Make focus tests session-exclusive
Otherwise, tests running in parallel will steal the focus that we are trying to test.
Diffstat (limited to 'testsuite/a11y')
-rw-r--r--testsuite/a11y/state/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/a11y/state/Makefile.am b/testsuite/a11y/state/Makefile.am
index f457616f11..28da7779f7 100644
--- a/testsuite/a11y/state/Makefile.am
+++ b/testsuite/a11y/state/Makefile.am
@@ -39,7 +39,7 @@ statetest_DATA = $(testdata)
a11ystate.test: Makefile
$(AM_V_GEN) (echo '[Test]' > $@.tmp; \
- echo 'Type=session' >> $@.tmp; \
+ echo 'Type=session-exclusive' >> $@.tmp; \
echo 'Exec=env G_ENABLE_DIAGNOSTIC=0 $(insttestdir)/state-record --directory $(statetestdir)' >> $@.tmp; \
mv $@.tmp $@)