[gnome-software] Make tests session-exclusive



commit 04432c0dbc6ece8472700baf0c30a80bbac4c869
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Dec 21 11:41:58 2013 -0500

    Make tests session-exclusive
    
    This avoids fighting with other tests for window focus, etc.

 glib-tap.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/glib-tap.mk b/glib-tap.mk
index c97bf3f..4928159 100644
--- a/glib-tap.mk
+++ b/glib-tap.mk
@@ -126,7 +126,7 @@ installed_test_meta_DATA = $(installed_testcases:=.test)
 
 %.test: %$(EXEEXT) Makefile
        $(AM_V_GEN) (echo '[Test]' > $  tmp; \
-       echo 'Type=session' >> $  tmp; \
+       echo 'Type=session-exclusive' >> $  tmp; \
        echo 'Exec=$(installed_testdir)/$<' >> $  tmp; \
        mv $  tmp $@)
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]