[folks] Do Tracker tests last, since they're most likely to fail uncontrollably.



commit d7797088fbb5dd1a480e5ffd3b51b406a2409d3d
Author: Travis Reitter <travis reitter collabora co uk>
Date:   Thu Jul 28 10:08:09 2011 -0700

    Do Tracker tests last, since they're most likely to fail uncontrollably.
    
    Helps: bgo#655374 - Un-break Tracker avatar tests

 tests/Makefile.am |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 3d6dbec..7e38af7 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -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



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