diff options
| author | Robert Collins <robertc@robertcollins.net> | 2013-03-04 00:42:05 +1300 |
|---|---|---|
| committer | Robert Collins <robertc@robertcollins.net> | 2013-03-04 00:42:05 +1300 |
| commit | 22ea5b6a1f0e008f449c5984e215a53073b8dbfe (patch) | |
| tree | f005e51da505f4b40ad673d1d5004a6be5a51fb3 /python/subunit/test_results.py | |
| parent | 7444588c895e2dc3946d6ca3e6650d4549cd4d43 (diff) | |
| download | subunit-git-22ea5b6a1f0e008f449c5984e215a53073b8dbfe.tar.gz | |
Fix up buffering to make pdb usable.
Diffstat (limited to 'python/subunit/test_results.py')
| -rw-r--r-- | python/subunit/test_results.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/subunit/test_results.py b/python/subunit/test_results.py index 7d60962..c9c7681 100644 --- a/python/subunit/test_results.py +++ b/python/subunit/test_results.py @@ -691,3 +691,4 @@ class CatFiles(StreamResult): mime_type=None, route_code=None, timestamp=None): if file_name is not None: self.stream.write(file_bytes) + self.stream.flush() |
