Make focus tests session-exclusive

Otherwise, tests running in parallel will steal the focus that
we are trying to test.
This commit is contained in:
Matthias Clasen 2014-08-08 22:15:02 +02:00
parent 7ecf5c43e0
commit b7365c52c4

View File

@ -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 $@)