[folks] tracker tests: do not request starting all Tracker services
- From: Simon McVittie <smcv src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [folks] tracker tests: do not request starting all Tracker services
- Date: Fri, 5 Apr 2013 13:35:04 +0000 (UTC)
commit 53337413fc236b5d3527378face31ca8d9af39cb
Author: Simon McVittie <simon mcvittie collabora co uk>
Date: Thu Apr 4 15:35:12 2013 +0100
tracker tests: do not request starting all Tracker services
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 | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/tools/tracker.sh b/tests/tools/tracker.sh
index f2b2eca..dbe91b4 100644
--- a/tests/tools/tracker.sh
+++ b/tests/tools/tracker.sh
@@ -24,7 +24,7 @@ tracker_cleanup () {
}
tracker_start () {
- tracker-control -rs > /dev/null 2>&1
+ tracker-control -r > /dev/null 2>&1
}
tracker_stop () {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]