summaryrefslogtreecommitdiff
path: root/plugins/power/test.py
diff options
context:
space:
mode:
authorBenjamin Berg <bberg@redhat.com>2018-01-04 15:22:34 +0100
committerBenjamin Berg <bberg@redhat.com>2018-01-15 15:00:22 +0100
commit8b92770eec04a93527de2b0566f285f4061c4a96 (patch)
tree11846661a7d69949578374a10939a3bda5ee6968 /plugins/power/test.py
parent18ee6cd32f320193b482c496f5e7eed9e3e0ba9f (diff)
downloadgnome-settings-daemon-8b92770eec04a93527de2b0566f285f4061c4a96.tar.gz
power: Set --verbose during testing to force debug printing
Otherwise debug information may not be printed making testing impossible. This regression was introduced in commit 198f7ea (plugins: Rename sources of all test applications). https://bugzilla.gnome.org/show_bug.cgi?id=792210
Diffstat (limited to 'plugins/power/test.py')
-rwxr-xr-xplugins/power/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/power/test.py b/plugins/power/test.py
index 13425e95..f6cb9544 100755
--- a/plugins/power/test.py
+++ b/plugins/power/test.py
@@ -94,7 +94,7 @@ class PowerPluginTest(gsdtestcase.GSDTestCase):
env['CANBERRA_DRIVER'] = 'null'
self.daemon = subprocess.Popen(
- [os.path.join(builddir, 'gsd-power')],
+ [os.path.join(builddir, 'gsd-power'), '--verbose'],
# comment out this line if you want to see the logs in real time
stdout=self.plugin_log_write,
stderr=subprocess.STDOUT,