diff options
author | Will Thompson <will.thompson@collabora.co.uk> | 2011-09-21 19:19:07 +0100 |
---|---|---|
committer | Will Thompson <will.thompson@collabora.co.uk> | 2011-09-21 19:27:13 +0100 |
commit | 1e0f118d843d16874969e8d4b8a380a7bdf2bec3 (patch) | |
tree | 1886c81cb733de2a7c60782762e9099957105085 /tests | |
parent | 04008b50c4528bea1956c6bf3cd081f7fa9d6b9d (diff) |
tests: run Python with unbuffered output
Diffstat (limited to 'tests')
-rw-r--r-- | tests/twisted/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/twisted/Makefile.am b/tests/twisted/Makefile.am index 355a998b..75be3db8 100644 --- a/tests/twisted/Makefile.am +++ b/tests/twisted/Makefile.am @@ -187,7 +187,7 @@ WITH_SESSION_BUS = \ COMBINED_TESTS_ENVIRONMENT = \ $(BASIC_TESTS_ENVIRONMENT) \ - $(PYTHON) + $(PYTHON) -u SEPARATE_TESTS_ENVIRONMENT = \ $(BASIC_TESTS_ENVIRONMENT) \ |