[tracker/tracker-0.10] functional-tests: Disable userguides miner to avoid timeouts



commit 4a9955e5dcfc7c73762b600612ead0215b8c2302
Author: JÃrg Billeter <j bitron ch>
Date:   Fri Dec 2 11:09:56 2011 +0100

    functional-tests: Disable userguides miner to avoid timeouts

 tests/functional-tests/common/utils/system.py |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/tests/functional-tests/common/utils/system.py b/tests/functional-tests/common/utils/system.py
index 3bbceed..c155694 100644
--- a/tests/functional-tests/common/utils/system.py
+++ b/tests/functional-tests/common/utils/system.py
@@ -220,6 +220,8 @@ class TrackerMinerFsLifeCycle():
         FNULL = open ('/dev/null', 'w')
         if options.is_manual_start ():
             print "Start tracker-miner-fs manually"
+        elif cfg.haveMaemo:
+            return subprocess.Popen ([miner_fs_binary, "--disable-miner=userguides"], stdout=FNULL, stderr=FNULL)
         else:
             return subprocess.Popen ([miner_fs_binary], stdout=FNULL, stderr=FNULL)
 



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