mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2026-05-08 05:28:04 +02:00
test: Turn off buffering when executing directly
It can be a bit unepxected if results are not printed immediately, so turn off buffering. We could possibly also reopen sys.stdout, but this is good enough in many cases.
This commit is contained in:
parent
267f5ea8d3
commit
c64b020f99
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/python3
|
||||
#!/usr/bin/python3 -u
|
||||
|
||||
# upower integration test suite
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue