diff options
author | Matthias Clasen <mclasen@redhat.com> | 2014-08-08 22:15:02 +0200 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2014-08-08 22:15:02 +0200 |
commit | b7365c52c4399850b6b6fcf56f12adaae9037f34 (patch) | |
tree | b21d0383a1675db61d2534535ac862e838109152 /testsuite | |
parent | 7ecf5c43e0786969eb1b392a9ee4f80e1e521bf1 (diff) | |
download | gtk+-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')
-rw-r--r-- | testsuite/a11y/state/Makefile.am | 2 |
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 $@) |