[folks] Run Tracker tests last, since it's a low-priority backend.



commit 9db66d2cafd3d56065ea66ae7e732c717baf1b31
Author: Travis Reitter <travis reitter collabora co uk>
Date:   Wed Aug 3 13:29:44 2011 -0700

    Run Tracker tests last, since it's a low-priority backend.
    
    They're also most likely to fail for reasons outside of our control.

 tests/Makefile.am |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 00e2f40..c811099 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -11,14 +11,14 @@ if ENABLE_LIBSOCIALWEB
 SUBDIRS += libsocialweb
 endif
 
-if ENABLE_TRACKER
-SUBDIRS += tracker
-endif
-
 if ENABLE_EDS
 SUBDIRS += eds
 endif
 
+if ENABLE_TRACKER
+SUBDIRS += tracker
+endif
+
 DIST_SUBDIRS = \
     data \
     lib \



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