Do Tracker tests last, since they're most likely to fail uncontrollably.
authorTravis Reitter <travis.reitter@collabora.co.uk>
Thu, 28 Jul 2011 17:08:09 +0000 (10:08 -0700)
committerRaul Gutierrez Segales <rgs@collabora.co.uk>
Wed, 17 Aug 2011 18:11:04 +0000 (19:11 +0100)
Helps: bgo#655374 - Un-break Tracker avatar tests

tests/Makefile.am

index 3d6dbec..7e38af7 100644 (file)
@@ -16,6 +16,8 @@ endif
 
 SUBDIRS += key-file
 
+# XXX: keep Tracker at the end, since it's the most likely to fail (in ways we
+# can't easily control)
 if ENABLE_TRACKER
 SUBDIRS += tracker
 endif