tracker tests: do not request starting all Tracker services
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Thu, 4 Apr 2013 14:35:12 +0000 (15:35 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Fri, 5 Apr 2013 13:03:45 +0000 (14:03 +0100)
We don't care about tracker-miner-fs etc. for these tests; all we want
to do is stop any running Tracker stuff. D-Bus service activation will
ensure that we get the necessary services when they're needed, without
starting the unnecessary ones.

(This fixes the Tracker tests on a system without tracker-miner-fs.)

Bug: https://bugzilla.gnome.org/show_bug.cgi?id=697261
Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Reviewed-by: Philip Withnall <philip@tecnocode.co.uk>
tests/tools/tracker.sh

index f2b2eca..dbe91b4 100644 (file)
@@ -24,7 +24,7 @@ tracker_cleanup () {
 }
 
 tracker_start () {
-    tracker-control -rs > /dev/null 2>&1
+    tracker-control -r > /dev/null 2>&1
 }
 
 tracker_stop () {