reftests: Switch test type to session-exclusive

The reftests are sensitive to window focus, and will not work reliably
if other concurrently executed tests are creating and closing windows.
This commit is contained in:
Colin Walters 2013-05-31 10:34:11 -04:00
parent 961cbe73af
commit 154a5e55ab

View File

@ -1,3 +1,3 @@
[Test]
Exec=/bin/sh -c "@pkglibexecdir@/installed-tests/gtk-reftest -k --verbose --output $(pwd) --directory @pkglibexecdir@/installed-tests/reftests"
Type=session
Type=session-exclusive