forked from AuroraMiddleware/gtk
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:
parent
7ecf5c43e0
commit
b7365c52c4
@ -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 $@)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user