summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xplugins/power/test.py2
-rwxr-xr-xplugins/xsettings/test.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/power/test.py b/plugins/power/test.py
index a8ce32d2..bb5861a4 100755
--- a/plugins/power/test.py
+++ b/plugins/power/test.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/python3 -u
'''GNOME settings daemon tests for power plugin.'''
__author__ = 'Martin Pitt <martin.pitt@ubuntu.com>'
diff --git a/plugins/xsettings/test.py b/plugins/xsettings/test.py
index 0b3a44d4..3e181ce1 100755
--- a/plugins/xsettings/test.py
+++ b/plugins/xsettings/test.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/python3 -u
'''GNOME settings daemon tests for xsettings plugin.'''
__author__ = 'Bastien Nocera <hadess@hadess.net>'