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:
@ -39,7 +39,7 @@ statetest_DATA = $(testdata)
|
|||||||
|
|
||||||
a11ystate.test: Makefile
|
a11ystate.test: Makefile
|
||||||
$(AM_V_GEN) (echo '[Test]' > $@.tmp; \
|
$(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; \
|
echo 'Exec=env G_ENABLE_DIAGNOSTIC=0 $(insttestdir)/state-record --directory $(statetestdir)' >> $@.tmp; \
|
||||||
mv $@.tmp $@)
|
mv $@.tmp $@)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user