[tracker-miners/sam/optional-application-indexing: 12/12] functional-tests: Disable application indexing by default
- From: Sam Thursfield <sthursfield src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker-miners/sam/optional-application-indexing: 12/12] functional-tests: Disable application indexing by default
- Date: Mon, 16 Sep 2019 08:54:07 +0000 (UTC)
commit a2c81c81dc9af4e1031c8809ffb2d8a34eef1c0c
Author: Sam Thursfield <sam afuera me uk>
Date: Mon Sep 16 00:14:21 2019 +0200
functional-tests: Disable application indexing by default
This speeds up the tests and reduces the size of the logs.
tests/functional-tests/common/utils/minertest.py | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/tests/functional-tests/common/utils/minertest.py
b/tests/functional-tests/common/utils/minertest.py
index 92d81fb5f..08305fefc 100644
--- a/tests/functional-tests/common/utils/minertest.py
+++ b/tests/functional-tests/common/utils/minertest.py
@@ -67,6 +67,7 @@ class CommonTrackerMinerTest (ut.TestCase):
'index-single-directories': GLib.Variant.new_strv([]),
'index-optical-discs': GLib.Variant.new_boolean(False),
'index-removable-devices': GLib.Variant.new_boolean(False),
+ 'index-applications': GLib.Variant.new_boolean(False),
'throttle': GLib.Variant.new_int32(5),
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]