diff options
| author | Jonathan Lange <jml@canonical.com> | 2011-07-26 23:00:33 +0100 |
|---|---|---|
| committer | Jonathan Lange <jml@canonical.com> | 2011-07-26 23:00:33 +0100 |
| commit | 585a2b51981f4785c07d5e19fa3865c3692ed080 (patch) | |
| tree | 9dd8cb8167cca3e73080aca0209117fbdab56396 /scripts | |
| parent | 40336cadd221f6628a1d7b3f219446ed29ba2c38 (diff) | |
| download | testtools-585a2b51981f4785c07d5e19fa3865c3692ed080.tar.gz | |
Make a note.
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/all-pythons | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/all-pythons b/scripts/all-pythons index d4cfd69..55ea8ba 100755 --- a/scripts/all-pythons +++ b/scripts/all-pythons @@ -60,6 +60,8 @@ def run_for_python(version, result): cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE, env=env) _make_stream_binary(process.stdout) _make_stream_binary(process.stderr) + # XXX: This buffers everything. Bad for memory, bad for getting progress + # on jenkins. output, error = process.communicate() protocol.readFrom(BytesIO(output)) if error: |
