diff options
author | Benjamin Berg <bberg@redhat.com> | 2021-02-15 16:47:28 +0100 |
---|---|---|
committer | Benjamin Berg <bberg@redhat.com> | 2021-02-15 17:29:27 +0100 |
commit | 3b4face93d77ac9d85a6f05f1bfa6aed43fcf34c (patch) | |
tree | dae7c4ed9669fb8ba74a5e384e0e3ba37d862cfc /plugins/power/test.py | |
parent | 1041871503d1bb3a6836372e9f05ac99948c573c (diff) | |
download | gnome-settings-daemon-benzea/tests-output-checker.tar.gz |
tests: Disable output buffering for test processesbenzea/tests-output-checker
Having the output of the main test process buffered can lead to rather
unexpected situations.
Diffstat (limited to 'plugins/power/test.py')
-rwxr-xr-x | plugins/power/test.py | 2 |
1 files changed, 1 insertions, 1 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>' |